haskell-happstack-util: drop obsolete package
This commit is contained in:
parent
79fe788106
commit
709718a307
@ -1,23 +0,0 @@
|
|||||||
{ cabal, extensibleExceptions, filepath, hslogger, mtl, network
|
|
||||||
, parsec, random, time, unixCompat
|
|
||||||
}:
|
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
|
||||||
pname = "happstack-util";
|
|
||||||
version = "6.0.3";
|
|
||||||
sha256 = "0hqssd5wzir6rxn46q8r3hdp3nl7v5m7w322j39120xpg2bhiphh";
|
|
||||||
isLibrary = true;
|
|
||||||
isExecutable = true;
|
|
||||||
buildDepends = [
|
|
||||||
extensibleExceptions filepath hslogger mtl network parsec random
|
|
||||||
time unixCompat
|
|
||||||
];
|
|
||||||
jailbreak = true;
|
|
||||||
meta = {
|
|
||||||
homepage = "http://happstack.com";
|
|
||||||
description = "Web framework";
|
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
|
||||||
platforms = self.ghc.meta.platforms;
|
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
|
||||||
};
|
|
||||||
})
|
|
@ -1071,8 +1071,6 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||||||
|
|
||||||
hamlet = callPackage ../development/libraries/haskell/hamlet {};
|
hamlet = callPackage ../development/libraries/haskell/hamlet {};
|
||||||
|
|
||||||
happstackUtil = callPackage ../development/libraries/haskell/happstack/happstack-util.nix {};
|
|
||||||
|
|
||||||
happstackServer = callPackage ../development/libraries/haskell/happstack/happstack-server.nix {};
|
happstackServer = callPackage ../development/libraries/haskell/happstack/happstack-server.nix {};
|
||||||
|
|
||||||
happstackHamlet = callPackage ../development/libraries/haskell/happstack/happstack-hamlet.nix {};
|
happstackHamlet = callPackage ../development/libraries/haskell/happstack/happstack-hamlet.nix {};
|
||||||
|
@ -183,7 +183,6 @@ mapHaskellTestOn {
|
|||||||
hamlet = default;
|
hamlet = default;
|
||||||
happstackHamlet = default;
|
happstackHamlet = default;
|
||||||
happstackServer = default;
|
happstackServer = default;
|
||||||
happstackUtil = default;
|
|
||||||
happy = all;
|
happy = all;
|
||||||
hashable = default;
|
hashable = default;
|
||||||
hashedStorage = default;
|
hashedStorage = default;
|
||||||
|
Loading…
Reference in New Issue
Block a user