Remove base-compat-batteries dependency

This commit is contained in:
parsonsmatt 2018-05-23 14:29:32 -06:00
parent 4dfcc862e7
commit 0633888d52
2 changed files with 2 additions and 3 deletions

View File

@ -37,7 +37,7 @@ library
, Servant.QuickCheck.Internal.Equality , Servant.QuickCheck.Internal.Equality
, Servant.QuickCheck.Internal.ErrorTypes , Servant.QuickCheck.Internal.ErrorTypes
build-depends: base >=4.8 && <4.12 build-depends: base >=4.8 && <4.12
, base-compat-batteries >= 0.10.1 && <0.11 , base-compat >= 0.10.1 && <0.11
, aeson > 0.8 && < 2 , aeson > 0.8 && < 2
, bytestring == 0.10.* , bytestring == 0.10.*
, case-insensitive == 1.2.* , case-insensitive == 1.2.*
@ -93,7 +93,7 @@ test-suite spec
other-modules: Servant.QuickCheck.InternalSpec other-modules: Servant.QuickCheck.InternalSpec
build-tool-depends: hspec-discover:hspec-discover build-tool-depends: hspec-discover:hspec-discover
build-depends: base build-depends: base
, base-compat-batteries , base-compat
, aeson , aeson
, servant-quickcheck , servant-quickcheck
, bytestring , bytestring

View File

@ -2,7 +2,6 @@ resolver: lts-11.8
packages: packages:
- '.' - '.'
extra-deps: extra-deps:
- base-compat-batteries-0.10.1
- base-compat-0.10.1 - base-compat-0.10.1
- hspec-discover-2.5.0 - hspec-discover-2.5.0
- hspec-core-2.5.0 - hspec-core-2.5.0