From 422248f11fdb1aa76af72bee67d30ea8d63fa892 Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Wed, 7 Nov 2018 10:07:20 +0100 Subject: Move unused `pgf-binary` into its own repository, at: https://github.com/GrammaticalFramework/pgf-binary --- src/pgf-binary/pgf-binary.cabal | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 src/pgf-binary/pgf-binary.cabal (limited to 'src/pgf-binary/pgf-binary.cabal') 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 -- cgit v1.2.3