Skip to content

Commit 8fc47ed

Browse files
committed
Remove deprecated modules (end of 2019 is passed)
1 parent 3bf4b10 commit 8fc47ed

File tree

4 files changed

+5
-17
lines changed

4 files changed

+5
-17
lines changed

servant/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@
5252
for cross-compiling. The benefit is small, as the doctests
5353
can be run other ways too (though not so conviniently).
5454

55+
- *servant* Remove deprecated modules [1268#](https://github.com/haskell-servant/servant/pull/1268)
56+
57+
- `Servant.Utils.Links` is `Servant.Links`
58+
- `Servant.API.Internal.Test.ComprehensiveAPI` is `Servant.Test.ComprehensiveAPI`
59+
5560
### Other changes
5661

5762
- *servant-client* *servant-client-core* *servant-http-streams* Fix Verb with headers checking content type differently [#1200](https://github.com/haskell-servant/servant/issues/1200) [#1204](https://github.com/haskell-servant/servant/pull/1204)

servant/servant.cabal

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ library
7474
exposed-modules:
7575
Servant.Links
7676

77-
-- Deprecated modules, to be removed in late 2019
78-
exposed-modules:
79-
Servant.Utils.Links
80-
Servant.API.Internal.Test.ComprehensiveAPI
81-
8277
-- Bundled with GHC: Lower bound to not force re-installs
8378
-- text and mtl are bundled starting with GHC-8.4
8479
--

servant/src/Servant/API/Internal/Test/ComprehensiveAPI.hs

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

servant/src/Servant/Utils/Links.hs

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

0 commit comments

Comments
 (0)