mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
haskell-string-conversions: update to version 0.3.0.3
This commit is contained in:
parent
7fdb860f2c
commit
60ba702b9b
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "string-conversions";
|
||||
version = "0.3.0.2";
|
||||
sha256 = "0jcm0vv0ll74zfc7s2l8qpqpbfnkv7ir9d1kg68m6b0f9sq0dgng";
|
||||
version = "0.3.0.3";
|
||||
sha256 = "0n2ifim9n5vm305r989lh5xlbd8qc6byip2nfavf6gd2bcscs84p";
|
||||
buildDepends = [ text utf8String ];
|
||||
meta = {
|
||||
description = "Simplifies dealing with different types for strings";
|
||||
|
|
Loading…
Reference in a new issue