diff options
| author | Krasimir Angelov <kr.angelov@gmail.com> | 2018-11-28 14:25:53 +0100 |
|---|---|---|
| committer | Krasimir Angelov <kr.angelov@gmail.com> | 2018-11-28 14:25:53 +0100 |
| commit | 69ad1e617ed9e40d52b1ec2c4b383879c5d622f2 (patch) | |
| tree | 3c2ee73bf27a65828f508012756ff3ac27026251 /gf.cabal | |
| parent | eb2774af2b516a37a30fceff96a161f72450a356 (diff) | |
| parent | 9b28d21b0a6579d5b97367f5bba3181e04500242 (diff) | |
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core
Diffstat (limited to 'gf.cabal')
| -rw-r--r-- | gf.cabal | 28 |
1 files changed, 10 insertions, 18 deletions
@@ -1,5 +1,5 @@ name: gf -version: 3.9-git +version: 3.10 cabal-version: >= 1.22 build-type: Custom @@ -42,7 +42,7 @@ data-files: custom-setup setup-depends: base, - Cabal >=1.4.0.0, + Cabal >=1.22.0.0, directory, filepath, process >=1.0.1.1 @@ -67,11 +67,6 @@ flag network-uri -- Description: Make -new-comp the default -- Default: True -flag custom-binary - Description: Use a customised version of the binary package - Default: True - Manual: True - flag c-runtime Description: Include functionality from the C run-time library (which must be installed already) Default: False @@ -89,17 +84,14 @@ Library exceptions hs-source-dirs: src/runtime/haskell - if flag(custom-binary) - other-modules: - -- not really part of GF but I have changed the original binary library - -- and we have to keep the copy for now. - Data.Binary - Data.Binary.Put - Data.Binary.Get - Data.Binary.Builder - Data.Binary.IEEE754 - else - build-depends: binary, data-binary-ieee754 + other-modules: + -- not really part of GF but I have changed the original binary library + -- and we have to keep the copy for now. + Data.Binary + Data.Binary.Put + Data.Binary.Get + Data.Binary.Builder + Data.Binary.IEEE754 --ghc-options: -fwarn-unused-imports --if impl(ghc>=7.8) |
