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
|
{ cabal, attoparsec, filepath, hashable, HUnit, testFramework
|
||||||
, unorderedContainers
|
, testFrameworkHunit, text, unixCompat, unorderedContainers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "configurator";
|
pname = "configurator";
|
||||||
version = "0.2.0.2";
|
version = "0.3.0.0";
|
||||||
sha256 = "011rgd48gv4idkh2dwg4mlyx3s6pgm1263xq5ixsa4sg3jqh9d8b";
|
sha256 = "1d1iq1knwiq6ia5g64rw5hqm6dakz912qj13r89737rfcxmrkfbf";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec hashable text unixCompat unorderedContainers
|
attoparsec hashable text unixCompat unorderedContainers
|
||||||
];
|
];
|
||||||
|
testDepends = [
|
||||||
|
filepath HUnit testFramework testFrameworkHunit text
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/bos/configurator";
|
homepage = "http://github.com/bos/configurator";
|
||||||
description = "Configuration management";
|
description = "Configuration management";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user