haskell-holy-project: update to version 0.1.1.1
This commit is contained in:
parent
26bbee8175
commit
551f104352
@ -1,21 +1,20 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, ansiTerminal, Cabal, filepath, hastache
|
{ cabal, aeson, ansiTerminal, Cabal, filepath, hastache
|
||||||
, httpConduit, HUnit, lens, QuickCheck, random, smallcheck, split
|
, httpConduit, HUnit, lens, lensAeson, QuickCheck, random
|
||||||
, syb, tasty, tastyHunit, tastyQuickcheck, tastySmallcheck, text
|
, smallcheck, split, syb, tasty, tastyHunit, tastyQuickcheck
|
||||||
, time
|
, tastySmallcheck, text, time
|
||||||
, fetchpatch}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "holy-project";
|
pname = "holy-project";
|
||||||
version = "0.1.1.0";
|
version = "0.1.1.1";
|
||||||
sha256 = "1dsyhgjcp54199zfazzzwsggxpj2dsbzfb64v6l3jz7qaapxnj9i";
|
sha256 = "0vb4mlz6gb01aadm2b8kgvgnrwwvl6q4ndx6xldi0xi3rm22xkwj";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
patches = [ (fetchpatch { url = "https://github.com/yogsototh/holy-project/pull/3.patch"; sha256 = "1ndyhfrsvn94zxzyq1w4504gz91yfv33375933qmz3wdfkc3rqf0"; }) ];
|
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson ansiTerminal Cabal filepath hastache httpConduit HUnit lens
|
aeson ansiTerminal Cabal filepath hastache httpConduit HUnit lens
|
||||||
QuickCheck random smallcheck split syb tasty tastyHunit
|
lensAeson QuickCheck random smallcheck split syb tasty tastyHunit
|
||||||
tastyQuickcheck tastySmallcheck text time
|
tastyQuickcheck tastySmallcheck text time
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
@ -27,8 +26,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Start your Haskell project with cabal, git and tests";
|
description = "Start your Haskell project with cabal, git and tests";
|
||||||
license = self.stdenv.lib.licenses.mit;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.tomberek ];
|
maintainers = with self.stdenv.lib.maintainers; [ tomberek ];
|
||||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user