From 0fea0ddbf96e6125194db281e82f4b1cf6a6313a Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari Date: Fri, 19 Dec 2014 18:15:21 +0100 Subject: [PATCH] expose Servant.Server.Internal, useful when we define our own combinators externally --- servant-server.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servant-server.cabal b/servant-server.cabal index 0f5f1a91..d1fefddd 100644 --- a/servant-server.cabal +++ b/servant-server.cabal @@ -1,5 +1,5 @@ name: servant-server -version: 0.2.1 +version: 0.2.2 synopsis: A family of combinators for defining webservices APIs and serving them description: A family of combinators for defining webservices APIs and serving them @@ -27,8 +27,8 @@ library exposed-modules: Servant Servant.Server + Servant.Server.Internal Servant.Utils.StaticFiles - other-modules: Servant.Server.Internal build-depends: base >=4.7 && <5 , aeson