haskell-hxt-regex-xmlschema: update to version 9.2.0

This commit is contained in:
Peter Simons 2014-10-21 17:13:32 +02:00
parent 2b2bfb7dc2
commit 9e61b64c31
1 changed files with 5 additions and 4 deletions

View File

@ -1,12 +1,13 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, hxtCharproperties, parsec }: { cabal, HUnit, hxtCharproperties, parsec, text }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hxt-regex-xmlschema"; pname = "hxt-regex-xmlschema";
version = "9.1.0"; version = "9.2.0";
sha256 = "0l97rkrvl6pmxdgiwbwh2s3l00lyaihrhsffhh69639bgs67zgwr"; sha256 = "0pcbyvc71173ad0zkgpdpyyljngrk4p1jjjaw5wbwcvm4ijh44g3";
buildDepends = [ hxtCharproperties parsec ]; buildDepends = [ hxtCharproperties parsec text ];
testDepends = [ HUnit parsec text ];
meta = { meta = {
homepage = "http://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema"; homepage = "http://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema";
description = "A regular expression library for W3C XML Schema regular expressions"; description = "A regular expression library for W3C XML Schema regular expressions";