nvfetcher-0.6.2.0: Generate nix sources expr for the latest version of packages
Copyright(c) 2021-2022 berberman
LicenseMIT
Maintainerberberman <[email protected]>
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

NvFetcher.Options

Description

CLI interface of nvfetcher

Synopsis

Documentation

data Target Source #

Constructors

Build 
Clean 
Purge 

Instances

Instances details
Show Target Source # 
Instance details

Defined in NvFetcher.Options

Eq Target Source # 
Instance details

Defined in NvFetcher.Options

Methods

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

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

getCLIOptions :: Parser a -> IO a Source #

Parse nvfetcher CLI options