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:
parent
49be46b0ac
commit
06d8dfaf40
@ -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;
|
||||
};
|
||||
})
|
@ -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 {};
|
||||
|
Loading…
Reference in New Issue
Block a user