Remove bounds for base

This commit is contained in:
Akshay Mankar 2024-04-23 22:05:58 +02:00
parent db38a5ffd5
commit 9ce5c23663
Signed by: axeman
GPG key ID: CA08F3AB62369B89

View file

@ -15,7 +15,7 @@ common warnings
executable berlin-scraper executable berlin-scraper
import: warnings import: warnings
main-is: Main.hs main-is: Main.hs
build-depends: base ^>=4.17.1.0 build-depends: base
, scalpel , scalpel
, aeson , aeson
, wreq , wreq