summaryrefslogtreecommitdiff
path: root/src/pgf-binary/pgf-binary.cabal
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2018-11-28 14:47:20 +0100
committerJohn J. Camilleri <john@digitalgrammars.com>2018-11-28 14:47:20 +0100
commit6352799ccb7d7b9c7d006fd1149b1a977f78e9b3 (patch)
treeb4db91f52d0c0777be3ff92ca1beb3b8c0bab91c /src/pgf-binary/pgf-binary.cabal
parentb1611eccd82fa28d3a701a87291dc8d83537071e (diff)
parenta45c735545052501e53ecccfa33d0c3e42cc25fd (diff)
Merge branch 'master' into new-website
# Conflicts: # index.html
Diffstat (limited to 'src/pgf-binary/pgf-binary.cabal')
-rw-r--r--src/pgf-binary/pgf-binary.cabal27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/pgf-binary/pgf-binary.cabal b/src/pgf-binary/pgf-binary.cabal
deleted file mode 100644
index 3f9bea896..000000000
--- a/src/pgf-binary/pgf-binary.cabal
+++ /dev/null
@@ -1,27 +0,0 @@
-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