ipfs-1.0.2: Access IPFS locally and remotely

Safe HaskellNone
LanguageHaskell2010

Network.IPFS.BinPath.Types

Synopsis

Documentation

newtype BinPath Source #

Path to the IPFS binary

Constructors

BinPath 

Fields

Instances
Show BinPath Source # 
Instance details

Defined in Network.IPFS.BinPath.Types

IsString BinPath Source # 
Instance details

Defined in Network.IPFS.BinPath.Types

Methods

fromString :: String -> BinPath #

Generic BinPath Source # 
Instance details

Defined in Network.IPFS.BinPath.Types

Associated Types

type Rep BinPath :: Type -> Type #

Methods

from :: BinPath -> Rep BinPath x #

to :: Rep BinPath x -> BinPath #

FromJSON BinPath Source # 
Instance details

Defined in Network.IPFS.BinPath.Types

FromEnv BinPath Source # 
Instance details

Defined in Network.IPFS.BinPath.Types

type Rep BinPath Source # 
Instance details

Defined in Network.IPFS.BinPath.Types

type Rep BinPath = D1 (MetaData "BinPath" "Network.IPFS.BinPath.Types" "ipfs-1.0.2-K1rBqC8FG3b7GwglPRUVKA" True) (C1 (MetaCons "BinPath" PrefixI True) (S1 (MetaSel (Just "getBinPath") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 FilePath)))