diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | stack.yaml | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -16,3 +16,4 @@ codex.tags cabal.project.localtags *.swp tags +/cabal.project.local @@ -1,5 +1,5 @@ -# Compiling with ghc 8.6.3 -resolver: lts-13.0 +# Compiling with ghc 8.6.4 +resolver: lts-13.17 # To use ghc 4.4 try: # resolver: lts-12.24 |