Remove bounds for base

wbs
Akshay Mankar 2024-04-23 22:05:58 +02:00
parent db38a5ffd5
commit 9ce5c23663
Signed by: axeman
GPG Key ID: CA08F3AB62369B89
1 changed files with 1 additions and 1 deletions

View File

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