Skip to content

Commit 332a23a

Browse files
turionManuel Bärenz
authored andcommitted
Restrict base versions and add tested GHC versions
1 parent f86964e commit 332a23a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

essence-of-live-coding-tutorial.cabal

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ source-repository this
4242
executable essence-of-live-coding-tutorial
4343
main-is: Main.hs
4444
build-depends:
45-
base >= 4.11 && < 5
45+
base >= 4.12 && < 4.14
4646
, gloss >= 1.13
4747
, vector-space >= 0.16
4848
, bytestring >= 0.10
@@ -56,3 +56,5 @@ executable essence-of-live-coding-tutorial
5656
essence-of-live-coding-pulse >= 0.2.3
5757

5858
default-language: Haskell2010
59+
60+
tested-with: GHC == 8.6.5, GHC == 8.8.4

0 commit comments

Comments
 (0)