haskell-ConfigFile: update to version 1.1.4
This commit is contained in:
parent
b74e190f9b
commit
3eeaab00ea
|
@ -4,15 +4,15 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "ConfigFile";
|
pname = "ConfigFile";
|
||||||
version = "1.1.2";
|
version = "1.1.4";
|
||||||
sha256 = "0xidr8dk5sc9g1v9gw7fmmrsyqiawx2rxg4c36pm4jbcj8jdzxiq";
|
sha256 = "057mw146bip9wzs7j4b5xr1x24d8w0kr4i3inri5m57jkwspn25f";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ MissingH mtl parsec ];
|
buildDepends = [ MissingH mtl parsec ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://software.complete.org/configfile";
|
homepage = "http://software.complete.org/configfile";
|
||||||
description = "Configuration file reading & writing";
|
description = "Configuration file reading & writing";
|
||||||
license = "LGPL";
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue