packages feed

ipfs 1.1.4.0 → 1.1.5.0

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

ipfs.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           ipfs-version:        1.1.4.0+version:        1.1.5.0 synopsis:       Access IPFS locally and remotely description:    Interact with the IPFS network by shelling out to a local IPFS node or communicating via the HTTP interface of a remote IPFS node. category:       Network
library/Network/IPFS/Client/Cat.hs view
@@ -9,4 +9,4 @@ -- IPFS v0.5 disallows GET requests -- https://docs.ipfs.io/recent-releases/go-ipfs-0-5/#breaking-changes-upgrade-notes type API = Param.CID-        :> Post '[PlainText, RawPlainText] File.Serialized+        :> Post '[RawPlainText] File.Serialized