haskell-tostring: update to version 0.2.1
This commit is contained in:
parent
7183d0f669
commit
028ece9d07
@ -1,12 +1,12 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, text, utf8String }:
|
{ cabal, caseInsensitive, text, utf8String }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "tostring";
|
pname = "tostring";
|
||||||
version = "0.2.0.2";
|
version = "0.2.1";
|
||||||
sha256 = "0gjc1576cb4cil55l2jki3y4zp8z6b1m04rf68f2fbc619wji5k6";
|
sha256 = "0lvfvjs1q6hndbchij3zn1xi6vb1v53r379jvyc2m92sqqcfnylw";
|
||||||
buildDepends = [ text utf8String ];
|
buildDepends = [ caseInsensitive text utf8String ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "The ToString class";
|
description = "The ToString class";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
Reference in New Issue
Block a user