3
0
Fork 0
forked from mirrors/nixpkgs

haskell-nixos-types: removed obsolete package

svn path=/nixpkgs/trunk/; revision=32290
This commit is contained in:
Peter Simons 2012-02-14 16:59:01 +00:00
parent adc9bf0510
commit 3256e7f5c2
2 changed files with 0 additions and 20 deletions

View file

@ -1,18 +0,0 @@
{ cabal, regexPosix }:
cabal.mkDerivation (self: {
pname = "nixos-types";
version = "1.3";
sha256 = "0kdi3q316c9irrzwl1vx764f958i5d61v2vc03356sfyy13d19sk";
buildDepends = [ regexPosix ];
meta = {
homepage = "http://github.com/haskell4nix/nixos-types";
description = "Data types representing the Nix language";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [
self.stdenv.lib.maintainers.andres
self.stdenv.lib.maintainers.simons
];
};
})

View file

@ -1038,8 +1038,6 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
network_2_3_0_11 = callPackage ../development/libraries/haskell/network/2.3.0.11.nix {};
network = self.network_2_3_0_11;
nixosTypes = callPackage ../development/libraries/haskell/nixos-types {};
nonNegative = callPackage ../development/libraries/haskell/non-negative {};
numericPrelude = callPackage ../development/libraries/haskell/numeric-prelude {};