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!
|
||||
|
||||
{ cabal, text, utf8String }:
|
||||
{ cabal, caseInsensitive, text, utf8String }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "tostring";
|
||||
version = "0.2.0.2";
|
||||
sha256 = "0gjc1576cb4cil55l2jki3y4zp8z6b1m04rf68f2fbc619wji5k6";
|
||||
buildDepends = [ text utf8String ];
|
||||
version = "0.2.1";
|
||||
sha256 = "0lvfvjs1q6hndbchij3zn1xi6vb1v53r379jvyc2m92sqqcfnylw";
|
||||
buildDepends = [ caseInsensitive text utf8String ];
|
||||
meta = {
|
||||
description = "The ToString class";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
Loading…
Reference in New Issue
Block a user