about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-21 17:13:32 +0200
committerPeter Simons <simons@cryp.to>2014-10-21 23:04:40 +0200
commit9e61b64c31b77a93f03256055c4b1515dda55e42 (patch)
tree3c2042d3fde85b38197cbc78d83b653a56b6b25c /pkgs/development/libraries
parent2b2bfb7dc2e2e6f5185079d4e30db029ec96deeb (diff)
downloadnixlib-9e61b64c31b77a93f03256055c4b1515dda55e42.tar
nixlib-9e61b64c31b77a93f03256055c4b1515dda55e42.tar.gz
nixlib-9e61b64c31b77a93f03256055c4b1515dda55e42.tar.bz2
nixlib-9e61b64c31b77a93f03256055c4b1515dda55e42.tar.lz
nixlib-9e61b64c31b77a93f03256055c4b1515dda55e42.tar.xz
nixlib-9e61b64c31b77a93f03256055c4b1515dda55e42.tar.zst
nixlib-9e61b64c31b77a93f03256055c4b1515dda55e42.zip
haskell-hxt-regex-xmlschema: update to version 9.2.0
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/haskell/hxt-regex-xmlschema/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/development/libraries/haskell/hxt-regex-xmlschema/default.nix b/pkgs/development/libraries/haskell/hxt-regex-xmlschema/default.nix
index 9f600fd195dc..71d6765f93f3 100644
--- a/pkgs/development/libraries/haskell/hxt-regex-xmlschema/default.nix
+++ b/pkgs/development/libraries/haskell/hxt-regex-xmlschema/default.nix
@@ -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";