3
0
Fork 0
forked from mirrors/nixpkgs

haskell-AspectAG: remove broken package

This commit is contained in:
Peter Simons 2014-05-13 14:25:50 +02:00
parent 5d1b8ea3b5
commit 514a57c6d9
2 changed files with 0 additions and 17 deletions

View file

@ -1,15 +0,0 @@
{ cabal, HList, mtl }:
cabal.mkDerivation (self: {
pname = "AspectAG";
version = "0.3.6.1";
sha256 = "01pglvf38v5ii2w03kdlgngxbb3ih0j5bsilv5qwc9vrh2iwirhf";
buildDepends = [ HList mtl ];
meta = {
homepage = "http://www.cs.uu.nl/wiki/bin/view/Center/AspectAG";
description = "Attribute Grammars in the form of an EDSL";
license = "LGPL";
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.andres ];
};
})

View file

@ -178,8 +178,6 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
asn1Types = callPackage ../development/libraries/haskell/asn1-types {};
AspectAG = callPackage ../development/libraries/haskell/AspectAG {};
async_2_0_1_3 = callPackage ../development/libraries/haskell/async/2.0.1.3.nix {};
async_2_0_1_4 = callPackage ../development/libraries/haskell/async/2.0.1.4.nix {};
async_2_0_1_5 = callPackage ../development/libraries/haskell/async/2.0.1.5.nix {};