update base
This commit is contained in:
parent
52ce107a04
commit
0317a71f1c
1 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ library perga-lib
|
||||||
Program
|
Program
|
||||||
|
|
||||||
hs-source-dirs: lib
|
hs-source-dirs: lib
|
||||||
build-depends: base ^>=4.19.1.0
|
build-depends: base ^>=4.20.1.0
|
||||||
, relude
|
, relude
|
||||||
, filepath
|
, filepath
|
||||||
, megaparsec
|
, megaparsec
|
||||||
|
|
@ -57,7 +57,7 @@ executable perga
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
other-modules: Repl
|
other-modules: Repl
|
||||||
|
|
||||||
build-depends: base ^>=4.19.1.0
|
build-depends: base ^>=4.20.1.0
|
||||||
, relude
|
, relude
|
||||||
, directory
|
, directory
|
||||||
, filepath
|
, filepath
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue