3
0
Fork 0
forked from mirrors/nixpkgs

haskell-Safe: drop obsolete library, use haskell-safe instead

This commit is contained in:
Peter Simons 2013-02-28 10:40:40 +01:00
parent 513a3fb558
commit 5207a4e01f
2 changed files with 0 additions and 15 deletions

View file

@ -1,13 +0,0 @@
{ cabal }:
cabal.mkDerivation (self: {
pname = "Safe";
version = "0.1";
sha256 = "0ybi5r4635yjx41ig54bm426fbdzrivc5kn8fwqxmzm62ai0v623";
meta = {
homepage = "http://www-users.cs.york.ac.uk/~ndm/projects/libraries.php";
description = "Library for safe (pattern match free) functions";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})

View file

@ -1552,8 +1552,6 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
safe = callPackage ../development/libraries/haskell/safe {};
Safe = callPackage ../development/libraries/haskell/Safe {};
SafeSemaphore = callPackage ../development/libraries/haskell/SafeSemaphore {};
sendfile = callPackage ../development/libraries/haskell/sendfile {};