mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
haskell-nixos-types: removed obsolete package
svn path=/nixpkgs/trunk/; revision=32290
This commit is contained in:
parent
adc9bf0510
commit
3256e7f5c2
2 changed files with 0 additions and 20 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
})
|
|
@ -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 {};
|
||||
|
|
Loading…
Reference in a new issue