haskell-base64-conduit: remove package

The package has been deprecated by upstream and we have nothing that
depends on it.
This commit is contained in:
Mateusz Kowalczyk 2014-08-10 22:53:06 +02:00 committed by Peter Simons
parent 49be46b0ac
commit 06d8dfaf40
2 changed files with 0 additions and 22 deletions

View File

@ -1,20 +0,0 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, base64Bytestring, conduit, hspec, QuickCheck, transformers
}:
cabal.mkDerivation (self: {
pname = "base64-conduit";
version = "1.0.0.1";
sha256 = "07zhvn3fy60q04a5g5mzhkl17rap9jlh00vb4f6565bjha2k16g9";
buildDepends = [ base64Bytestring conduit ];
testDepends = [
base64Bytestring conduit hspec QuickCheck transformers
];
meta = {
homepage = "http://github.com/snoyberg/conduit";
description = "Base64-encode and decode streams of bytes. (deprecated)";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})

View File

@ -223,8 +223,6 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
base64Bytestring = callPackage ../development/libraries/haskell/base64-bytestring {};
base64Conduit = callPackage ../development/libraries/haskell/base64-conduit {};
baseCompat = callPackage ../development/libraries/haskell/base-compat {};
baseUnicodeSymbols = callPackage ../development/libraries/haskell/base-unicode-symbols {};