Skip to content

Commit 5854071

Browse files
authored
Merge pull request #996 from phadej/remove-enter
Remove Servant.Utils.Enter
2 parents ae05ef5 + 7150f2b commit 5854071

File tree

3 files changed

+0
-158
lines changed

3 files changed

+0
-158
lines changed

servant/servant.cabal

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ library
6363
Servant.API.Verbs
6464
Servant.API.WithNamedContext
6565
Servant.Utils.Links
66-
Servant.Utils.Enter
6766

6867
-- Bundled with GHC: Lower bound to not force re-installs
6968
-- text and mtl are bundled starting with GHC-8.4
@@ -89,7 +88,6 @@ library
8988
, http-api-data >= 0.3.8.1 && < 0.4
9089
, http-media >= 0.7.1.2 && < 0.8
9190
, http-types >= 0.12.1 && < 0.13
92-
, natural-transformation >= 0.4 && < 0.5
9391
, mmorph >= 1.1.2 && < 1.2
9492
, tagged >= 0.8.5 && < 0.9
9593
, singleton-bool >= 0.1.4 && < 0.2
@@ -134,7 +132,6 @@ test-suite spec
134132
Servant.API.ContentTypesSpec
135133
Servant.API.ResponseHeadersSpec
136134
Servant.Utils.LinksSpec
137-
Servant.Utils.EnterSpec
138135

139136
-- Dependencies inherited from the library. No need to specify bounds.
140137
build-depends:

servant/src/Servant/Utils/Enter.hs

Lines changed: 0 additions & 122 deletions
This file was deleted.

servant/test/Servant/Utils/EnterSpec.hs

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)