forked from mirrors/nixpkgs
haskell-convertible-text: updated to version 0.4.0.2
svn path=/nixpkgs/trunk/; revision=31687
This commit is contained in:
parent
5856dbaa53
commit
4bf2f17323
|
@ -2,14 +2,14 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "convertible-text";
|
||||
version = "0.4.0.1";
|
||||
sha256 = "0m252ml2zgw0jxfs678m1wp9ivy6gvi9w50qw7zi9ycxnzj9j6r2";
|
||||
version = "0.4.0.2";
|
||||
sha256 = "1wqpl9dms1rsd24d00f18l9sm601nm6kr7h4ig8y70jdzy8w73fz";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ attempt text time ];
|
||||
meta = {
|
||||
homepage = "http://github.com/snoyberg/convertible/tree/text";
|
||||
description = "Typeclasses and instances for converting between types";
|
||||
description = "Typeclasses and instances for converting between types (deprecated)";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
|
|
Loading…
Reference in a new issue