2014-07-14 17:23:04 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-06-06 08:50:54 +02:00
|
|
|
{ cabal, aeson, ansiTerminal, Cabal, filepath, hastache
|
2014-09-10 20:41:06 +02:00
|
|
|
, httpConduit, HUnit, lens, lensAeson, QuickCheck, random
|
|
|
|
, smallcheck, split, syb, tasty, tastyHunit, tastyQuickcheck
|
|
|
|
, tastySmallcheck, text, time
|
|
|
|
}:
|
2014-06-06 08:50:54 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "holy-project";
|
2014-09-10 20:41:06 +02:00
|
|
|
version = "0.1.1.1";
|
|
|
|
sha256 = "0vb4mlz6gb01aadm2b8kgvgnrwwvl6q4ndx6xldi0xi3rm22xkwj";
|
2014-06-06 08:50:54 +02:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
|
|
|
aeson ansiTerminal Cabal filepath hastache httpConduit HUnit lens
|
2014-09-10 20:41:06 +02:00
|
|
|
lensAeson QuickCheck random smallcheck split syb tasty tastyHunit
|
2014-06-06 08:50:54 +02:00
|
|
|
tastyQuickcheck tastySmallcheck text time
|
|
|
|
];
|
|
|
|
testDepends = [
|
|
|
|
Cabal HUnit QuickCheck smallcheck tasty tastyHunit tastyQuickcheck
|
|
|
|
tastySmallcheck
|
|
|
|
];
|
2014-09-12 10:33:31 +02:00
|
|
|
doCheck = false;
|
2014-06-06 08:50:54 +02:00
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/yogsototh/holy-project";
|
|
|
|
description = "Start your Haskell project with cabal, git and tests";
|
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-09-10 20:41:06 +02:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ tomberek ];
|
2014-06-06 08:50:54 +02:00
|
|
|
};
|
|
|
|
})
|