haskell-happstack-util: drop obsolete package

This commit is contained in:
Peter Simons 2013-05-30 11:20:11 +02:00
parent 79fe788106
commit 709718a307
3 changed files with 0 additions and 26 deletions

View file

@ -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 ];
};
})

View file

@ -1071,8 +1071,6 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
hamlet = callPackage ../development/libraries/haskell/hamlet {};
happstackUtil = callPackage ../development/libraries/haskell/happstack/happstack-util.nix {};
happstackServer = callPackage ../development/libraries/haskell/happstack/happstack-server.nix {};
happstackHamlet = callPackage ../development/libraries/haskell/happstack/happstack-hamlet.nix {};

View file

@ -183,7 +183,6 @@ mapHaskellTestOn {
hamlet = default;
happstackHamlet = default;
happstackServer = default;
happstackUtil = default;
happy = all;
hashable = default;
hashedStorage = default;