haskell-case-insensitive: update to version 1.0
This commit is contained in:
parent
38ab8fda13
commit
3fd2c15144
@ -1,10 +1,10 @@
|
|||||||
{ cabal, hashable, text }:
|
{ cabal, deepseq, hashable, text }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "case-insensitive";
|
pname = "case-insensitive";
|
||||||
version = "0.4.0.4";
|
version = "1.0";
|
||||||
sha256 = "1xzpri688vbd6fvvxczqx8bv53009ygzws7vbjmj2q97wcm8nmwd";
|
sha256 = "1x437b5yyh930a5dr642lvfdgpx12w4ms70whiw1ffjjhssb88zk";
|
||||||
buildDepends = [ hashable text ];
|
buildDepends = [ deepseq hashable text ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/basvandijk/case-insensitive";
|
homepage = "https://github.com/basvandijk/case-insensitive";
|
||||||
description = "Case insensitive string comparison";
|
description = "Case insensitive string comparison";
|
||||||
|
Loading…
Reference in New Issue
Block a user