packages feed

doctest 0.4.0 → 0.4.1

raw patch · 1 files changed

+8/−8 lines, 1 filesdep ~basedep ~ghcdep ~process

Dependency ranges changed: base, ghc, process

Files

doctest.cabal view
@@ -1,5 +1,5 @@ name:                doctest-version:             0.4.0+version:             0.4.1 stability:           experimental synopsis:            Test interactive Haskell examples description:         The doctest program checks examples in source code comments.@@ -33,16 +33,16 @@                     , DocTest      build-depends:-                       base       >= 4.0  && < 4.4+                       base       >= 4.0  && < 4.5                      , containers >= 0.3  && < 0.5                      , haddock    >= 2.8  && < 2.10-                     , ghc        >= 6.12 && < 7.2+                     , ghc        >= 6.12 && < 7.4                      , ghc-paths  == 0.1.*                      , HUnit      == 1.2.*-                     , process    == 1.0.*+                     , process    >= 1.0 &&  < 1.2  executable doctest-    ghc-options:     -Wall+    ghc-options:     -Wall -threaded     hs-source-dirs:  src     main-is:         Main.hs     other-modules:@@ -53,10 +53,10 @@                     , DocTest      build-depends:-                       base       >= 4.0  && < 4.4+                       base       >= 4.0  && < 4.5                      , containers >= 0.3  && < 0.5                      , haddock    >= 2.8  && < 2.10-                     , ghc        >= 6.12 && < 7.2+                     , ghc        >= 6.12 && < 7.4                      , ghc-paths  == 0.1.*                      , HUnit      == 1.2.*-                     , process    == 1.0.*+                     , process    >= 1.0 &&  < 1.2