haskell-filesystem-conduit: update to version 1.0.0.1
This commit is contained in:
parent
ff42719fd7
commit
1d0fa21944
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "filesystem-conduit";
|
pname = "filesystem-conduit";
|
||||||
version = "1.0.0";
|
version = "1.0.0.1";
|
||||||
sha256 = "1fz3iihcqpg6m3svjqdg8lvkpza955qn8cbs9b3w333vxkglhi6v";
|
sha256 = "04l8i97mr0jzkc7vc77j885n45qd2qyn5kmzxyckp3za96sjsqqw";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
conduit systemFileio systemFilepath text transformers
|
conduit systemFileio systemFilepath text transformers
|
||||||
];
|
];
|
||||||
@ -15,7 +15,7 @@ cabal.mkDerivation (self: {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/conduit";
|
homepage = "http://github.com/snoyberg/conduit";
|
||||||
description = "Use system-filepath data types with conduits";
|
description = "Use system-filepath data types with conduits";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user