haskell-hxt-regex-xmlschema: update to version 9.2.0
This commit is contained in:
parent
2b2bfb7dc2
commit
9e61b64c31
1 changed files with 5 additions and 4 deletions
|
@ -1,12 +1,13 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, hxtCharproperties, parsec }:
|
||||
{ cabal, HUnit, hxtCharproperties, parsec, text }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hxt-regex-xmlschema";
|
||||
version = "9.1.0";
|
||||
sha256 = "0l97rkrvl6pmxdgiwbwh2s3l00lyaihrhsffhh69639bgs67zgwr";
|
||||
buildDepends = [ hxtCharproperties parsec ];
|
||||
version = "9.2.0";
|
||||
sha256 = "0pcbyvc71173ad0zkgpdpyyljngrk4p1jjjaw5wbwcvm4ijh44g3";
|
||||
buildDepends = [ hxtCharproperties parsec text ];
|
||||
testDepends = [ HUnit parsec text ];
|
||||
meta = {
|
||||
homepage = "http://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema";
|
||||
description = "A regular expression library for W3C XML Schema regular expressions";
|
||||
|
|
Loading…
Reference in a new issue