mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
haskell-string-combinators: update to version 0.6.0.5
This commit is contained in:
parent
aa01efc665
commit
fa20bf6fc7
@ -1,10 +1,9 @@
|
||||
{ cabal, baseUnicodeSymbols }:
|
||||
{ cabal }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "string-combinators";
|
||||
version = "0.6.0.4";
|
||||
sha256 = "0r1za5ypx9fz073h1yljjdkxmz0h77vg94bk827ndwkfgzgpzvh7";
|
||||
buildDepends = [ baseUnicodeSymbols ];
|
||||
version = "0.6.0.5";
|
||||
sha256 = "07ky2z5f1l5mb7r3rvyraak0bzciq4krkg5lv8g0a5vxpnzlm4cl";
|
||||
meta = {
|
||||
homepage = "https://github.com/basvandijk/string-combinators";
|
||||
description = "Polymorphic functions to build and combine stringlike values";
|
||||
|
Loading…
Reference in New Issue
Block a user