mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
haskell-configurator: update to version 0.3.0.0
This commit is contained in:
parent
8099352020
commit
6f7c6a8575
@ -1,14 +1,17 @@
|
||||
{ cabal, attoparsec, hashable, text, unixCompat
|
||||
, unorderedContainers
|
||||
{ cabal, attoparsec, filepath, hashable, HUnit, testFramework
|
||||
, testFrameworkHunit, text, unixCompat, unorderedContainers
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "configurator";
|
||||
version = "0.2.0.2";
|
||||
sha256 = "011rgd48gv4idkh2dwg4mlyx3s6pgm1263xq5ixsa4sg3jqh9d8b";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "1d1iq1knwiq6ia5g64rw5hqm6dakz912qj13r89737rfcxmrkfbf";
|
||||
buildDepends = [
|
||||
attoparsec hashable text unixCompat unorderedContainers
|
||||
];
|
||||
testDepends = [
|
||||
filepath HUnit testFramework testFrameworkHunit text
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://github.com/bos/configurator";
|
||||
description = "Configuration management";
|
||||
|
Loading…
Reference in New Issue
Block a user