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!
|
||||
|
||||
{ cabal, aeson, ansiTerminal, Cabal, filepath, hastache
|
||||
, httpConduit, HUnit, lens, QuickCheck, random, smallcheck, split
|
||||
, syb, tasty, tastyHunit, tastyQuickcheck, tastySmallcheck, text
|
||||
, time
|
||||
, fetchpatch}:
|
||||
, httpConduit, HUnit, lens, lensAeson, QuickCheck, random
|
||||
, smallcheck, split, syb, tasty, tastyHunit, tastyQuickcheck
|
||||
, tastySmallcheck, text, time
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "holy-project";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "1dsyhgjcp54199zfazzzwsggxpj2dsbzfb64v6l3jz7qaapxnj9i";
|
||||
version = "0.1.1.1";
|
||||
sha256 = "0vb4mlz6gb01aadm2b8kgvgnrwwvl6q4ndx6xldi0xi3rm22xkwj";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
patches = [ (fetchpatch { url = "https://github.com/yogsototh/holy-project/pull/3.patch"; sha256 = "1ndyhfrsvn94zxzyq1w4504gz91yfv33375933qmz3wdfkc3rqf0"; }) ];
|
||||
buildDepends = [
|
||||
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
|
||||
];
|
||||
testDepends = [
|
||||
@ -27,8 +26,6 @@ cabal.mkDerivation (self: {
|
||||
description = "Start your Haskell project with cabal, git and tests";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.tomberek ];
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ tomberek ];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user