ipfs-1.3.1: 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

Instances details
Eq BinPath Source # 
Instance details

Defined in Network.IPFS.BinPath.Types

Methods

(==) :: BinPath -> BinPath -> Bool #

(/=) :: BinPath -> BinPath -> Bool #

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

Display 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.3.1-F6rXNUGsjLGIXSdjN7AXsB" 'True) (C1 ('MetaCons "BinPath" 'PrefixI 'True) (S1 ('MetaSel ('Just "getBinPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 FilePath)))