remove the version limit for base

This commit is contained in:
Krasimir Angelov
2022-08-17 09:56:32 +02:00
parent 24cac8e41a
commit 464c0001c4

View File

@@ -17,7 +17,7 @@ flag network-uri
Library Library
exposed-modules: PGFService URLEncoding CGIUtils exposed-modules: PGFService URLEncoding CGIUtils
other-modules: Cache other-modules: Cache
build-depends: base >=4.2 && <5, build-depends: base >=4.2,
time, time,
directory, directory,
filepath, filepath,