servant-js 0.7 → 0.7.1
raw patch · 2 files changed
+4/−4 lines, 2 files
Files
- servant-js.cabal +3/−3
- src/Servant/JS/Internal.hs +1/−1
servant-js.cabal view
@@ -1,5 +1,5 @@ name: servant-js-version: 0.7+version: 0.7.1 synopsis: Automatically derive javascript functions to query servant webservices. description: Automatically derive javascript functions to query servant webservices.@@ -19,7 +19,7 @@ category: Web build-type: Simple cabal-version: >=1.10-homepage: http://haskell-servant.github.io/+homepage: http://haskell-servant.readthedocs.org/ Bug-reports: http://github.com/haskell-servant/servant/issues extra-source-files: include/*.h@@ -55,7 +55,7 @@ executable counter main-is: counter.hs- ghc-options: -O2 -Wall+ ghc-options: -Wall hs-source-dirs: examples if flag(example)
src/Servant/JS/Internal.hs view
@@ -46,7 +46,7 @@ , Header ) where -import Control.Lens hiding (List)+import Control.Lens ((^.)) import qualified Data.CharSet as Set import qualified Data.CharSet.Unicode.Category as Set import Data.Monoid