jbi-0.2.0.0: Just Build It - a "do what I mean" abstraction for Haskell build tools

Copyright(c) Ivan Lazar Miljenovic
LicenseMIT
MaintainerIvan.Miljenovic@gmail.com
Safe HaskellNone
LanguageHaskell2010

System.JBI.Commands.Nix

Description

 

Documentation

data NixSupport Source #

Instances

Eq NixSupport Source # 
Ord NixSupport Source # 
Read NixSupport Source # 
Show NixSupport Source # 
Generic NixSupport Source # 

Associated Types

type Rep NixSupport :: * -> * #

ToJSON NixSupport Source # 
type Rep NixSupport Source # 
type Rep NixSupport = D1 * (MetaData "NixSupport" "System.JBI.Commands.Nix" "jbi-0.2.0.0-87Z4YlJt9pjCQ6SZOA4mPw" False) (C1 * (MetaCons "NixSupport" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "nixShell") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe (Installed NixShell)))) ((:*:) * (S1 * (MetaSel (Just Symbol "cabal2Nix") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe (Installed Cabal2Nix)))) (S1 * (MetaSel (Just Symbol "nixInstantiate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe (Installed NixInstantiate)))))))