Skip to content

Commit 85cba38

Browse files
committed
Move everything to an internal module
And re-export things from Servant.Multipart
1 parent f9eadb1 commit 85cba38

File tree

3 files changed

+679
-676
lines changed

3 files changed

+679
-676
lines changed

Diff for: servant-multipart.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.3
2222
library
2323
default-language: Haskell2010
2424
hs-source-dirs: src
25-
exposed-modules: Servant.Multipart
25+
exposed-modules: Servant.Multipart, Servant.Multipart.Internal
2626

2727
-- ghc boot libs
2828
build-depends:

0 commit comments

Comments
 (0)