nix-delegate-1.0.1: nix-delegate.cabal
Name: nix-delegate
Version: 1.0.1
Cabal-Version: >=1.8.0.2
Build-Type: Simple
License: Apache-2.0
License-File: LICENSE
Copyright: 2017 Awake Networks
Author: Awake Networks
Maintainer: opensource@awakenetworks.com
Synopsis: Convenient utility for distributed Nix builds
Library
Hs-Source-Dirs: src
Exposed-Modules: Nix.Delegate
Build-Depends: base >= 4.7.0.0 && < 5
, bytestring >= 0.10.8.1 && < 1.0
, neat-interpolation < 0.4
, optparse-applicative >= 0.13.2.0 && < 0.15
, foldl < 1.5
, managed >= 1.0.3 && < 1.1
, text < 1.3
, turtle >= 1.3.0 && < 1.6
GHC-Options: -Wall
Executable nix-delegate
Main-Is: Main.hs
Hs-Source-Dirs: app
Build-Depends: base, nix-delegate
GHC-Options: -Wall