haskheap 0.1.1 → 0.1.2
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Network.Haskheap: Error :: String -> Error
+ Network.Haskheap: data Error
Files
- haskheap.cabal +1/−1
- src/Network/Haskheap.hs +1/−0
haskheap.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: haskheap-version: 0.1.1+version: 0.1.2 synopsis: Haskell bindings to refheap. -- description: homepage: https://github.com/Raynes/haskheap
src/Network/Haskheap.hs view
@@ -2,6 +2,7 @@ -- | A library for interfacing with the refheap (https://www.refheap.com) API. module Network.Haskheap ( Success(..)+ , Error(..) , getPaste , createPaste , deletePaste