summaryrefslogtreecommitdiff
path: root/Day7/Day7.cabal
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2022-12-18 20:28:19 +0100
committerAndreas Grois <andi@grois.info>2022-12-18 20:28:19 +0100
commit1daa00990fcb128cd80821f3416a520830bed5de (patch)
tree4ee4501981422c24cb57d1ffc43c6f48611da25e /Day7/Day7.cabal
parentce19fc0a853dec81420880aafe90543d19fb7fc0 (diff)
First working Day7
Diffstat (limited to 'Day7/Day7.cabal')
-rw-r--r--Day7/Day7.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/Day7/Day7.cabal b/Day7/Day7.cabal
index bd15eb3..6aec7af 100644
--- a/Day7/Day7.cabal
+++ b/Day7/Day7.cabal
@@ -29,6 +29,6 @@ executable Day7
-- LANGUAGE extensions used by modules in this package.
-- other-extensions:
- build-depends: base ^>=4.14.3.0
+ build-depends: base ^>=4.16.3.0
hs-source-dirs: app
default-language: Haskell2010