packages feed

regex-posix-unittest-1.0: regex-posix-unittest.cabal

name:                   regex-posix-unittest
version:                1.0
cabal-version:          >=1.2
license:                BSD3
license-File:           LICENSE
copyright:              Copyright (c) 2009, Christopher Kuklewicz
author:                 Christopher Kuklewicz
maintainer:             TextRegexLazy@personal.mightyreason.com
stability:              Stable
synopsis:               Unit tests for the plaform's Posix regex library
description:            Most platforms have a buggy system regex library and this probes the bugs by using the regex-posix package, run with "regex-posix-unittest"
category:               Text
tested-with:            GHC
build-type:             Simple
data-dir:               data-dir
data-files:             test-manifest.txt,
                        basic3.txt,class.txt,forced-assoc.txt,nullsub3.txt,repetition2.txt,right-assoc.txt,totest.txt,left-assoc.txt,osx-bsd-critical.txt

executable regex-posix-unittest
  build-depends:        regex-base >= 0.93.1, base >= 2.0, regex-posix >= 0.93, bytestring, containers, array, mtl
  main-is:              Main.hs
  other-modules:        Paths_regex_posix_unittest
  extensions:           FlexibleInstances, FlexibleContexts,Rank2Types