Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 8953d7e

Browse files
authored
Merge pull request #97 from github/bump-minimum-base-version
Bump minimum base version.
2 parents 7364e16 + 4410148 commit 8953d7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

semantic-core/semantic-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ library
3535
-- other-modules:
3636
-- other-extensions:
3737
build-depends: algebraic-graphs ^>= 0.3
38-
, base >= 4.11 && < 5
38+
, base >= 4.12 && < 5
3939
, containers ^>= 0.6
4040
, directory ^>= 1.3
4141
, filepath ^>= 1.4

semantic.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ common haskell
4141
-- as caret-operator bounds relative to a version in Stackage.
4242
-- These are currently pinned to lts-13.13.
4343
common dependencies
44-
build-depends: base >= 4.8 && < 5
44+
build-depends: base >= 4.12 && < 5
4545
, aeson ^>= 1.4.2.0
4646
, algebraic-graphs ^>= 0.3
4747
, async ^>= 2.2.1
@@ -273,7 +273,7 @@ library
273273
-- Custom Prelude
274274
, Prologue
275275

276-
build-depends: base >= 4.8 && < 5
276+
build-depends: base >= 4.12 && < 5
277277
, ansi-terminal ^>= 0.8.2
278278
, array ^>= 0.5.3.0
279279
, attoparsec ^>= 0.13.2.2

0 commit comments

Comments
 (0)