packages feed

rainbow-tests-0.20.0.2: rainbow-tests.cabal

-- This Cabal file generated using the Cartel library.
-- Cartel is available at:
-- http://www.github.com/massysett/cartel
--
-- Script name used to generate: genCabal.hs
-- Generated on: 2014-11-23 08:45:19.313664 EST
-- Cartel library version: 0.10.0.2
name: rainbow-tests
version: 0.20.0.2
cabal-version: >= 1.14
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: Copyright 2013 - 2014 Omari Norman
author: Omari Norman
maintainer: omari@smileystation.com
stability: Experimental
homepage: http://www.github.com/massysett/rainbow
bug-reports: http://www.github.com/massyett/rainbow/issues
synopsis: Tests and QuickCheck generators to accompany rainbow.
description:
  These are packaged separately so other packages may depend
  on them.
category: System
extra-source-files:
    README.md
  , changelog
  , current-versions.txt
  , minimum-versions.txt
  , genCabal.hs
  , sunlight-test.hs

source-repository head
  type: git
  location: git://github.com/massysett/rainbow.git
  branch: master

Library
  exposed-modules:
      Rainbow.Coarbitrary
    , Rainbow.Colors.Coarbitrary
    , Rainbow.Colors.Generators
    , Rainbow.Colors.Shrinkers
    , Rainbow.Generators
    , Rainbow.Shrinkers
    , Rainbow.Types.Coarbitrary
    , Rainbow.Types.Generators
    , Rainbow.Types.Shrinkers
  default-language: Haskell2010
  ghc-options:
      -Wall
  hs-source-dirs:
      lib
  build-depends:
      base ((> 4.5.0.0 || == 4.5.0.0) && < 4.8.0.0)
    , terminfo ((> 0.3.2 || == 0.3.2) && < 0.5.0.0)
    , text ((> 0.11.2.0 || == 0.11.2.0) && < 1.3.0.0)
    , rainbow == 0.20.0.2
    , QuickCheck ((> 2.7.5 || == 2.7.5) && < 2.8)
    , barecheck ((> 0.2.0.0 || == 0.2.0.0) && < 0.3)