Compare commits

...

2 Commits

Author SHA1 Message Date
Rachel Lambda Samuelsson 0d872835a4 relax build depends 2022-01-22 13:50:08 +01:00
Rachel Lambda Samuelsson ff28ae4148 relax base dependency 2022-01-22 13:49:23 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ library
, Helpers
, Config
ghc-options: -Wall -O2 -threaded
build-depends: base ^>=4.14.1.0
build-depends: base
, scotty
, text
, raw-strings-qq