Cabal revisions of test-framework-0.8.2.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Cabal-Version: 1.18 Name: test-framework Version: 0.8.2.1+x-revision: 1 Category: Testing Synopsis: Framework for running and organising tests, with HUnit and QuickCheck support Description: Allows tests such as QuickCheck properties and HUnit test cases to be assembled into test groups, run in Test.Framework.Runners.XML Test.Framework.Utilities - Build-Depends: base >= 4.9 && < 5- , ansi-terminal >= 0.4.0 && < 1.2- , ansi-wl-pprint >= 0.6.7 && < 1.1- , random >= 1.1 && < 1.4- , containers >= 0.1 && < 0.8- , regex-posix >= 0.72 && < 0.97- , old-locale >= 1.0 && < 1.1- , time >= 1.6 && < 1.15- , xml >= 1.3.5 && < 1.4- , hostname >= 1.0 && < 1.1+ -- Lower bounds picked from LTS-7.24 (GHC 8.0.1)+ Build-Depends: base >= 4.9 && < 5+ , ansi-terminal >= 0.6.3 && < 1.2+ , ansi-wl-pprint >= 0.6.7 && < 1.1+ , random >= 1.1 && < 1.4+ , containers >= 0.5.7 && < 1+ , regex-posix >= 0.95.2 && < 0.97+ , old-locale >= 1.0 && < 1.1+ , time >= 1.6 && < 1.15+ , xml >= 1.3.14 && < 1.4+ , hostname >= 1.0 && < 1.1 Default-Language: Haskell2010 Default-Extensions: CPP -- Doe to libxml dependency, the testsuite is not buildable on e.g. MacOS -- Buildable: False + -- Lower bounds from LTS-9.21 (GHC 8.0.2) Build-Depends: HUnit >= 1.5.0.0 , QuickCheck >= 2.9.2 && < 2.16 , base >= 4.9 && < 5 , random >= 1.1- , containers >= 0.1- , ansi-terminal >= 0.4.0+ , containers >= 0.5.7+ , ansi-terminal >= 0.6.3 , ansi-wl-pprint >= 0.6.7- , regex-posix >= 0.72+ , regex-posix >= 0.95.2 , old-locale >= 1.0 , time >= 1.6- , xml >= 1.3.5+ , xml >= 1.3.14 , hostname >= 1.0 , libxml >= 0.1.1- , bytestring >= 0.9+ , bytestring >= 0.10.8 , semigroups >= 0.18 , utf8-string >= 1.0.1.1 && <1.1