Skip to content

Commit

Permalink
Allow base 4.15, add tested with GHC9
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Aug 14, 2021
1 parent 7f356f7 commit 9a588c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion servant-mock.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ tested-with:
|| ==8.6.5
|| ==8.8.1
|| ==8.10.4
|| ==9.0.1

extra-source-files: README.md CHANGELOG.md include/*.h

Expand All @@ -40,7 +41,7 @@ library
exposed-modules:
Servant.Mock
build-depends:
base >=4.9 && <4.15,
base >=4.9 && <4.16,
base-compat >=0.10.5 && <0.12,
bytestring >=0.10.8.1 && <0.11,
http-types >=0.12.2 && <0.13,
Expand Down

0 comments on commit 9a588c1

Please sign in to comment.