mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-19 01:39:32 -06:00
More cabal file cleanup. Remove some more tabs from Haskell source.
This commit is contained in:
@@ -14,17 +14,19 @@ tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.10.4
|
||||
library
|
||||
default-language: Haskell2010
|
||||
build-depends:
|
||||
base >= 4.9.1 && < 4.15,
|
||||
array >= 0.5.1 && < 0.6,
|
||||
containers >= 0.5.7 && < 0.7,
|
||||
base >= 4.9.1 && < 4.15,
|
||||
bytestring >= 0.10.8 && < 0.11,
|
||||
utf8-string >= 1.0.1.1 && < 1.1,
|
||||
random >= 1.1 && < 1.3,
|
||||
pretty >= 1.1.3 && < 1.2,
|
||||
mtl >= 2.2.1 && < 2.3,
|
||||
containers >= 0.5.7 && < 0.7,
|
||||
ghc-prim >= 0.5.0 && < 0.7,
|
||||
-- For compatability with GHC < 8
|
||||
fail >= 4.9.0 && < 4.10
|
||||
mtl >= 2.2.1 && < 2.3,
|
||||
pretty >= 1.1.3 && < 1.2,
|
||||
random >= 1.1 && < 1.3,
|
||||
utf8-string >= 1.0.1.1 && < 1.1
|
||||
|
||||
if impl(ghc<8.0)
|
||||
build-depends:
|
||||
fail >= 4.9.0 && < 4.10
|
||||
|
||||
other-modules:
|
||||
-- not really part of GF but I have changed the original binary library
|
||||
|
||||
Reference in New Issue
Block a user