We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86964e commit 332a23aCopy full SHA for 332a23a
essence-of-live-coding-tutorial.cabal
@@ -42,7 +42,7 @@ source-repository this
42
executable essence-of-live-coding-tutorial
43
main-is: Main.hs
44
build-depends:
45
- base >= 4.11 && < 5
+ base >= 4.12 && < 4.14
46
, gloss >= 1.13
47
, vector-space >= 0.16
48
, bytestring >= 0.10
@@ -56,3 +56,5 @@ executable essence-of-live-coding-tutorial
56
essence-of-live-coding-pulse >= 0.2.3
57
58
default-language: Haskell2010
59
+
60
+tested-with: GHC == 8.6.5, GHC == 8.8.4
0 commit comments