packages feed

web-routing 0.2.0 → 0.3.0

raw patch · 3 files changed

+15/−1 lines, 3 files

Files

src/Network/Routing.hs view
@@ -84,6 +84,7 @@     , execute      -- * reexport+    -- | excluding empty, ShowDict     , module Network.Routing.Dict     ) where @@ -98,6 +99,18 @@ import qualified Data.ByteString.Char8 as SC  import Network.Routing.Dict+    ( Store+    , type (</)+    , add++    , Dict+    , Member+    , get++    , KV(..)++    , Members+    )  type Method = S.ByteString 
src/Network/Routing/Dict.hs view
@@ -6,6 +6,7 @@ module Network.Routing.Dict     ( -- * store       Store+    , empty     , type (</)     , add 
web-routing.cabal view
@@ -1,5 +1,5 @@ name:                web-routing-version:             0.2.0+version:             0.3.0 synopsis:            simple routing library -- description:          license:             MIT