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
|
||||
|
||||
hs-source-dirs: lib
|
||||
build-depends: base ^>=4.19.1.0
|
||||
build-depends: base ^>=4.20.1.0
|
||||
, relude
|
||||
, filepath
|
||||
, megaparsec
|
||||
|
|
@ -57,7 +57,7 @@ executable perga
|
|||
main-is: Main.hs
|
||||
other-modules: Repl
|
||||
|
||||
build-depends: base ^>=4.19.1.0
|
||||
build-depends: base ^>=4.20.1.0
|
||||
, relude
|
||||
, directory
|
||||
, filepath
|
||||
|
|
|
|||
Loading…
Reference in a new issue