rainbox 0.18.0.0 → 0.18.0.2
raw patch · 1 files changed
+23/−23 lines, 1 filesdep ~QuickCheckdep ~basedep ~bytestring
Dependency ranges changed: QuickCheck, base, bytestring, containers, rainbow, tasty, tasty-quickcheck, text
Files
- rainbox.cabal +23/−23
rainbox.cabal view
@@ -3,11 +3,11 @@ -- http://www.github.com/massysett/cartel -- -- Script name used to generate: genCabal.hs--- Generated on: 2015-07-14 18:32:37.563738 EDT+-- Generated on: 2015-07-16 06:59:03.159503 EDT -- Cartel library version: 0.14.2.6 name: rainbox-version: 0.18.0.0+version: 0.18.0.2 cabal-version: >= 1.18 license: BSD3 license-file: LICENSE@@ -42,11 +42,11 @@ hs-source-dirs: lib build-depends:- base >= 4.5.0.0 && < 4.9.0.0- , rainbow >= 0.26 && < 0.27- , bytestring >= 0.10 && < 0.11- , containers >= 0.5.5 && < 0.6- , text >= 0.11.3.1 && < 1.3.0.0+ base >= 4.8.0.0 && < 5+ , rainbow >= 0.26+ , bytestring >= 0.10+ , containers >= 0.5.5+ , text >= 0.11.3.1 , lens >= 4.9 other-extensions: TemplateHaskell@@ -58,15 +58,15 @@ Test-Suite rainbox-properties main-is: rainbox-properties.hs build-depends:- base >= 4.5.0.0 && < 4.9.0.0- , rainbow >= 0.26 && < 0.27- , bytestring >= 0.10 && < 0.11- , containers >= 0.5.5 && < 0.6- , text >= 0.11.3.1 && < 1.3.0.0+ base >= 4.8.0.0 && < 5+ , rainbow >= 0.26+ , bytestring >= 0.10+ , containers >= 0.5.5+ , text >= 0.11.3.1 , lens >= 4.9- , tasty >= 0.10.1 && < 0.11- , tasty-quickcheck >= 0.8.1 && < 0.9- , QuickCheck >= 2.7 && < 2.9+ , tasty >= 0.10.1+ , tasty-quickcheck >= 0.8.1+ , QuickCheck >= 2.7 ghc-options: -Wall default-language: Haskell2010@@ -86,15 +86,15 @@ Test-Suite rainbox-visual main-is: rainbox-visual.hs build-depends:- base >= 4.5.0.0 && < 4.9.0.0- , rainbow >= 0.26 && < 0.27- , bytestring >= 0.10 && < 0.11- , containers >= 0.5.5 && < 0.6- , text >= 0.11.3.1 && < 1.3.0.0+ base >= 4.8.0.0 && < 5+ , rainbow >= 0.26+ , bytestring >= 0.10+ , containers >= 0.5.5+ , text >= 0.11.3.1 , lens >= 4.9- , tasty >= 0.10.1 && < 0.11- , tasty-quickcheck >= 0.8.1 && < 0.9- , QuickCheck >= 2.7 && < 2.9+ , tasty >= 0.10.1+ , tasty-quickcheck >= 0.8.1+ , QuickCheck >= 2.7 ghc-options: -Wall default-language: Haskell2010