remove constraints to support ghc-9.4

This commit is contained in:
Dmitry Olshansky 2023-07-19 13:50:50 +02:00
parent 05d68730f2
commit d7ab75d75c
2 changed files with 12 additions and 10 deletions

View File

@ -32,7 +32,8 @@ library
, aeson >= 0.5
, deepseq >= 1.4
, generic-arbitrary
, shakespeare == 2.0.*
, shakespeare
-- == 2.0.*
, openapi3
, QuickCheck
ghc-options: -Wall
@ -45,7 +46,8 @@ executable country-codes-generate
build-depends:
base >= 4 && < 5
, text >= 0.11
, tagsoup >= 0.13 && < 0.15
, tagsoup >= 0.13
-- && < 0.15
ghc-options: -Wall -rtsopts
main-is: Main.hs
if !flag(generate)

View File

@ -1,12 +1,12 @@
resolver: lts-18.18
resolver: lts-21.3
packages:
- .
extra-deps:
- git: https://github.com/typeable/openapi3.git
# nix-sha256: 1aqn5dia4aqwpmr3v0rcb8kzhknp5674hhay8h7p76206dx83ykg
commit: bb1c64f8501535143c92907166fdc9f8df6d51b9
- git: https://github.com/typeable/generic-arbitrary.git
# nix-sha256: 01k87zxa8cd5ssy1wiqwyqqvz4v7lvh3q6cipmadg4w2ynmfbdn0
commit: 84c62a4de517c78e5080f5451714ce7944987ba6
# extra-deps:
# - git: https://github.com/typeable/openapi3.git
# # nix-sha256: 1aqn5dia4aqwpmr3v0rcb8kzhknp5674hhay8h7p76206dx83ykg
# commit: bb1c64f8501535143c92907166fdc9f8df6d51b9
# - git: https://github.com/typeable/generic-arbitrary.git
# # nix-sha256: 01k87zxa8cd5ssy1wiqwyqqvz4v7lvh3q6cipmadg4w2ynmfbdn0
# commit: 84c62a4de517c78e5080f5451714ce7944987ba6