Merge pull request #924 from haskell-servant/jkarni/bump-exceptions
Bump exceptions upper bound.
This commit is contained in:
commit
624a42ebf0
6 changed files with 9 additions and 5 deletions
|
@ -66,7 +66,7 @@ library
|
|||
build-depends:
|
||||
base-compat >= 0.9.3 && < 0.10
|
||||
, base64-bytestring >= 1.0.0.1 && < 1.1
|
||||
, exceptions >= 0.8.3 && < 0.9
|
||||
, exceptions >= 0.8.3 && < 0.11
|
||||
, free >= 5.0.1 && < 5.1
|
||||
, generics-sop >= 0.3.1.0 && < 0.4
|
||||
, http-api-data >= 0.3.7.1 && < 0.4
|
||||
|
|
|
@ -35,7 +35,7 @@ library
|
|||
, bytestring >= 0.10 && < 0.11
|
||||
, case-insensitive >= 1.2.0.0 && < 1.3.0.0
|
||||
, containers >= 0.5 && < 0.6
|
||||
, exceptions >= 0.8 && < 0.9
|
||||
, exceptions >= 0.8 && < 0.11
|
||||
, ghcjs-base >= 0.2.0.0 && < 0.3.0.0
|
||||
, ghcjs-prim >= 0.1.0.0 && < 0.2.0.0
|
||||
, http-media >= 0.6.2 && < 0.8
|
||||
|
|
|
@ -66,7 +66,7 @@ library
|
|||
, http-client-tls >= 0.3.5.1 && < 0.4
|
||||
, http-media >= 0.7.1.1 && < 0.8
|
||||
, http-types >= 0.12 && < 0.13
|
||||
, exceptions >= 0.8.3 && < 0.9
|
||||
, exceptions >= 0.8.3 && < 0.11
|
||||
, monad-control >= 1.0.0.4 && < 1.1
|
||||
, semigroupoids >= 5.2.1 && < 5.3
|
||||
, stm >= 2.4.4.1 && < 2.5
|
||||
|
|
|
@ -79,7 +79,7 @@ library
|
|||
, base-compat >= 0.9.3 && < 0.10
|
||||
, attoparsec >= 0.13.2.0 && < 0.14
|
||||
, base64-bytestring >= 1.0.0.1 && < 1.1
|
||||
, exceptions >= 0.8.3 && < 0.9
|
||||
, exceptions >= 0.8.3 && < 0.11
|
||||
, http-api-data >= 0.3.7.1 && < 0.4
|
||||
, http-media >= 0.7.1.1 && < 0.8
|
||||
, http-types >= 0.12 && < 0.13
|
||||
|
|
|
@ -15,7 +15,7 @@ import Test.Hspec (Expectation, Spec, describe, it,
|
|||
import Data.String (fromString)
|
||||
|
||||
import Servant.API
|
||||
import Servant.Utils.Links (allLinks, linkURI)
|
||||
import Servant.Utils.Links
|
||||
import Servant.API.Internal.Test.ComprehensiveAPI (comprehensiveAPIWithoutRaw)
|
||||
|
||||
type TestApi =
|
||||
|
|
|
@ -14,6 +14,10 @@ extra-deps:
|
|||
- http-types-0.12
|
||||
- text-1.2.3.0
|
||||
- aeson-1.3.0.0
|
||||
- exceptions-0.10.0
|
||||
- aeson-compat-0.3.7.1
|
||||
- free-5.0.1
|
||||
- lens-4.16
|
||||
|
||||
# allow-newer: true # ignores all bounds, that's a sledgehammer
|
||||
# - doc/tutorial/
|
||||
|
|
Loading…
Reference in a new issue