2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal, MissingH, mtl, parsec }:
|
2010-04-15 21:10:06 +00:00
|
|
|
|
2011-08-09 23:00:20 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2010-04-15 21:10:06 +00:00
|
|
|
pname = "ConfigFile";
|
2014-10-31 11:37:07 +01:00
|
|
|
version = "1.1.4";
|
|
|
|
sha256 = "057mw146bip9wzs7j4b5xr1x24d8w0kr4i3inri5m57jkwspn25f";
|
2011-08-09 23:00:20 +00:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ MissingH mtl parsec ];
|
2010-04-15 21:10:06 +00:00
|
|
|
meta = {
|
2011-08-09 23:00:20 +00:00
|
|
|
homepage = "http://software.complete.org/configfile";
|
2010-04-15 21:10:06 +00:00
|
|
|
description = "Configuration file reading & writing";
|
2014-10-31 11:37:07 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 23:00:20 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2010-04-15 21:10:06 +00:00
|
|
|
};
|
2011-03-28 15:04:00 +00:00
|
|
|
})
|