ipfs-1.0.1: Access IPFS locally and remotely
Network.IPFS.BinPath.Types
newtype BinPath Source #
Path to the IPFS binary
Constructors
Fields
Defined in Network.IPFS.BinPath.Types
Methods
showsPrec :: Int -> BinPath -> ShowS #
show :: BinPath -> String #
showList :: [BinPath] -> ShowS #
fromString :: String -> BinPath #
Associated Types
type Rep BinPath :: Type -> Type #
from :: BinPath -> Rep BinPath x #
to :: Rep BinPath x -> BinPath #
parseJSON :: Value -> Parser BinPath #
parseJSONList :: Value -> Parser [BinPath] #
fromEnv :: Maybe BinPath -> Parser BinPath #