File tree Expand file tree Collapse file tree 4 files changed +6
-98
lines changed
servant-checked-exceptions-core
servant-checked-exceptions Expand file tree Collapse file tree 4 files changed +6
-98
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ script:
230230 set -ex
231231 case "$BUILD" in
232232 stack)
233- stack --no-terminal $ARGS test --bench --no-run-benchmarks --haddock --no-haddock-deps --flag servant-checked-exceptions:buildexample
233+ stack --no-terminal $ARGS test --bench --no-run-benchmarks --haddock --no-haddock-deps --flag servant-checked-exceptions:buildexample --flag servant-checked-exceptions-core:buildexample
234234 ;;
235235 cabal)
236236 cabal install --enable-tests --enable-benchmarks --force-reinstalls --ghc-options=-O0 --reorder-goals --max-backjumps=-1 $CABALARGS $PACKAGES
Original file line number Diff line number Diff line change 11name : servant-checked-exceptions-core
2- version : 2.0 .0.0
2+ version : 2.1 .0.0
33synopsis : Checked exceptions for Servant APIs.
44description : Please see <https://github.com/cdepillabout/servant-checked-exceptions#readme README.md> .
55homepage : https://github.com/cdepillabout/servant-checked-exceptions
@@ -8,7 +8,7 @@ license-file: LICENSE
88author : Dennis Gosnell
991010copyright : 2017-2018 Dennis Gosnell
11- category : Text
11+ category : Web
1212build-type : Simple
1313extra-source-files : CHANGELOG.md
1414 , README.md
@@ -34,7 +34,6 @@ library
3434 build-depends : base >= 4.9 && < 5
3535 , aeson
3636 , bytestring
37- , deepseq
3837 , http-media
3938 , http-types
4039 , profunctors
@@ -48,7 +47,7 @@ library
4847 other-extensions : QuasiQuotes
4948 , TemplateHaskell
5049
51- executable servant-checked-exceptions-example-docs
50+ executable servant-checked-exceptions-core- example-docs
5251 main-is : Docs.hs
5352 other-modules : Api
5453 hs-source-dirs : example
@@ -68,7 +67,7 @@ executable servant-checked-exceptions-example-docs
6867 else
6968 buildable : False
7069
71- test-suite servant-checked-exceptions-doctest
70+ test-suite servant-checked-exceptions-core- doctest
7271 if impl(ghcjs)
7372 buildable : False
7473 type : exitcode-stdio-1.0
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license-file: LICENSE
88author : Dennis Gosnell
991010copyright : 2017-2018 Dennis Gosnell
11- category : Text
11+ category : Web
1212build-type : Simple
1313extra-source-files : CHANGELOG.md
1414 , README.md
@@ -27,20 +27,13 @@ library
2727 , Servant.Checked.Exceptions.Internal.Servant.Client
2828 , Servant.Checked.Exceptions.Internal.Servant.Server
2929 build-depends : base >= 4.9 && < 5
30- , aeson
3130 , bytestring
32- , deepseq
33- , http-media
3431 , http-types
35- , profunctors
36- , tagged
3732 , servant >= 0.16
3833 , servant-checked-exceptions-core
3934 , servant-client >= 0.16
4035 , servant-client-core >= 0.16
41- , servant-docs >= 0.11
4236 , servant-server >= 0.16
43- , text
4437 , wai
4538 , world-peace
4639 default-language : Haskell2010
@@ -70,26 +63,6 @@ executable servant-checked-exceptions-example-client
7063 else
7164 buildable : False
7265
73- executable servant-checked-exceptions-example-docs
74- main-is : Docs.hs
75- other-modules : Api
76- hs-source-dirs : example
77- build-depends : base
78- , aeson
79- , http-api-data
80- , http-types
81- , servant
82- , servant-checked-exceptions
83- , servant-docs
84- , text
85- default-language : Haskell2010
86- ghc-options : -Wall -threaded -rtsopts -with-rtsopts=-N
87-
88- if flag(buildexample)
89- buildable : True
90- else
91- buildable : False
92-
9366executable servant-checked-exceptions-example-server
9467 main-is : Server.hs
9568 other-modules : Api
@@ -118,7 +91,6 @@ test-suite servant-checked-exceptions-test
11891 other-modules :
11992 hs-source-dirs : test
12093 build-depends : base
121- , bytestring
12294 , hspec-wai
12395 , http-types
12496 , tasty
You can’t perform that action at this time.
0 commit comments