servant-purescript 0.3.1.1 → 0.3.1.2
raw patch · 2 files changed
+2/−5 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- Readme.md +0/−3
- servant-purescript.cabal +2/−2
Readme.md view
@@ -24,6 +24,3 @@ are completely untested. For type translations purescript-bridge is used.--I now have to take care of my actual project, which makes use of servant-purescript,-improvements and documentation will follow on the way!
servant-purescript.cabal view
@@ -1,5 +1,5 @@ name: servant-purescript-version: 0.3.1.1+version: 0.3.1.2 synopsis: Generate PureScript accessor functions for you servant API description: Please see README.md homepage: https://github.com/eskimor/servant-purescript#readme@@ -25,7 +25,7 @@ , Servant.API.BrowserHeader -- other-modules: Main- build-depends: base >= 4.7 && < 5+ build-depends: base >= 4.7 && < 6.0 , aeson >= 0.11.2 , bytestring , containers