mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 21:19:31 -06:00
This reduces the amount of duplicated code from 2400 to 490. No code from data-binary-ieee754 is duplicated. The module is called PGF.Data.Binary instead of Data.Binary. It is not in use yet.
28 lines
788 B
Plaintext
28 lines
788 B
Plaintext
name: pgf-binary
|
|
version: 0.5
|
|
|
|
cabal-version: >= 1.10
|
|
build-type: Simple
|
|
license: BSD3
|
|
--license-file: LICENSE
|
|
synopsis: Custom version of the binary-0.5 package for the PGF library
|
|
homepage: http://www.grammaticalframework.org/
|
|
--bug-reports: http://code.google.com/p/grammatical-framework/issues/list
|
|
maintainer: Thomas Hallgren
|
|
stability: provisional
|
|
category: Data, Parsing
|
|
tested-with: GHC==7.4.2, GHC==7.8.3
|
|
|
|
source-repository head
|
|
type: darcs
|
|
location: http://www.grammaticalframework.org/
|
|
|
|
Library
|
|
default-language: Haskell2010
|
|
build-depends: base >= 4.3 && <5, binary, data-binary-ieee754,
|
|
containers, array, bytestring
|
|
exposed-modules: PGF.Data.Binary
|
|
|
|
ghc-options: -fwarn-unused-imports -O2
|
|
extensions: FlexibleInstances, FlexibleContexts
|