packages feed

ipfs 1.1.3 → 1.1.3.1

raw patch · 2 files changed

+4/−2 lines, 2 filesdep +servant

Dependencies added: servant

Files

ipfs.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           ipfs-version:        1.1.3+version:        1.1.3.1 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@@ -97,6 +97,7 @@     , monad-logger     , regex-compat     , rio+    , servant     , servant-client     , servant-server     , swagger2@@ -130,6 +131,7 @@     , monad-logger     , regex-compat     , rio+    , servant     , servant-client     , servant-server     , swagger2
library/Network/IPFS/File/Types.hs view
@@ -4,7 +4,7 @@ import qualified Data.ByteString.Builder as Builder import           Data.Swagger import qualified RIO.ByteString.Lazy     as Lazy-import           Servant+import           Servant.API  import Network.IPFS.Prelude