packages feed

DocTest 0.1.0 → 0.1.1

raw patch · 1 files changed

+9/−9 lines, 1 filesdep ~basedep ~containersdep ~ghc

Dependency ranges changed: base, containers, ghc, haddock

Files

DocTest.cabal view
@@ -1,5 +1,5 @@ name:                DocTest-version:             0.1.0+version:             0.1.1 stability:           experimental synopsis:            Test interactive Haskell examples description:         DocTest checks examples in source code comments.@@ -45,7 +45,7 @@  source-repository head     type:            git-    location:        http://code.haskell.org/~sih/code/DocTest.git/+    location:        git://github.com/sol/doctest-haskell.git  executable doctest     ghc-options:     -Wall@@ -58,10 +58,10 @@                     , HaddockBackend.Markup      build-depends:-                       base      >= 4.0.0.0 && < 4.3.0.0-                     , containers == 0.3.*-                     , HUnit     == 1.2.*-                     , process   == 1.0.*-                     , haddock   == 2.8.*-                     , ghc-paths == 0.1.*-                     , ghc       == 6.12.*+                       base       >= 4.0  && < 4.4+                     , containers >= 0.3  && < 0.5+                     , haddock    >= 2.8  && < 2.10+                     , ghc        >= 6.12 && < 7.2+                     , ghc-paths  == 0.1.*+                     , HUnit      == 1.2.*+                     , process    == 1.0.*