update base

This commit is contained in:
William Ball 2025-08-13 22:41:07 -07:00
parent 52ce107a04
commit 0317a71f1c
No known key found for this signature in database

View file

@ -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