1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 16:37:50 +03:00

Bump minimum base version to 4.12.0.0.

This should hopefully provide a more informative error message when
someone attempts to build the project with too old of a GHC.
This commit is contained in:
Patrick Thomson 2019-06-05 10:38:51 -04:00
parent f7bc9b85ee
commit 79fa92e9e6
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ library
-- other-modules:
-- other-extensions:
build-depends: algebraic-graphs ^>= 0.3
, base >= 4.11 && < 5
, base >= 4.12 && < 5
, containers ^>= 0.6
, directory ^>= 1.3
, filepath ^>= 1.4

View File

@ -41,7 +41,7 @@ common haskell
-- as caret-operator bounds relative to a version in Stackage.
-- These are currently pinned to lts-13.13.
common dependencies
build-depends: base >= 4.8 && < 5
build-depends: base >= 4.12 && < 5
, aeson ^>= 1.4.2.0
, algebraic-graphs ^>= 0.3
, async ^>= 2.2.1
@ -273,7 +273,7 @@ library
-- Custom Prelude
, Prologue
build-depends: base >= 4.8 && < 5
build-depends: base >= 4.12 && < 5
, ansi-terminal ^>= 0.8.2
, array ^>= 0.5.3.0
, attoparsec ^>= 0.13.2.2