mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 23:32:51 -06:00
fix the least version number for the base package
This commit is contained in:
4
GF.cabal
4
GF.cabal
@@ -23,7 +23,7 @@ flag interrupt
|
|||||||
Default: True
|
Default: True
|
||||||
|
|
||||||
library
|
library
|
||||||
build-depends: base,
|
build-depends: base >= 4.1,
|
||||||
array,
|
array,
|
||||||
containers,
|
containers,
|
||||||
bytestring,
|
bytestring,
|
||||||
@@ -75,7 +75,7 @@ library
|
|||||||
Data.Binary.Builder
|
Data.Binary.Builder
|
||||||
|
|
||||||
executable gf
|
executable gf
|
||||||
build-depends: base,
|
build-depends: base >= 4.1,
|
||||||
array,
|
array,
|
||||||
containers,
|
containers,
|
||||||
bytestring,
|
bytestring,
|
||||||
|
|||||||
Reference in New Issue
Block a user