packages feed

doctest 0.9.5 → 0.9.5.1

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~sybPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: syb

API changes (from Hackage documentation)

Files

LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2009-2012 Simon Hengel <sol@typeful.net>+Copyright (c) 2009-2013 Simon Hengel <sol@typeful.net>  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
doctest.cabal view
@@ -1,5 +1,5 @@ name:             doctest-version:          0.9.5+version:          0.9.5.1 synopsis:         Test interactive Haskell examples description:      The doctest program checks examples in source code comments.                   It is modeled after doctest for Python@@ -12,7 +12,7 @@ homepage:         https://github.com/sol/doctest-haskell#readme license:          MIT license-file:     LICENSE-copyright:        (c) 2009-2012 Simon Hengel+copyright:        (c) 2009-2013 Simon Hengel author:           Simon Hengel <sol@typeful.net> maintainer:       Simon Hengel <sol@typeful.net> build-type:       Simple@@ -47,7 +47,7 @@   build-depends:       base          == 4.*     , ghc           >= 7.0 && < 7.8-    , syb           >= 0.3 && < 0.4+    , syb           >= 0.3 && < 0.5     , deepseq     , directory     , filepath