packages feed

doctest 0.9.11 → 0.9.11.1

raw patch · 3 files changed

+8/−8 lines, 3 files

Files

LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2009-2013 Simon Hengel <sol@typeful.net>+Copyright (c) 2009-2014 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,18 +1,18 @@ name:             doctest-version:          0.9.11+version:          0.9.11.1 synopsis:         Test interactive Haskell examples description:      The doctest program checks examples in source code comments.                   It is modeled after doctest for Python                   (<http://docs.python.org/library/doctest.html>).                   .                   Documentation is at-                  <https://github.com/sol/doctest-haskell#readme>.+                  <https://github.com/sol/doctest#readme>. category:         Testing-bug-reports:      https://github.com/sol/doctest-haskell/issues-homepage:         https://github.com/sol/doctest-haskell#readme+bug-reports:      https://github.com/sol/doctest/issues+homepage:         https://github.com/sol/doctest#readme license:          MIT license-file:     LICENSE-copyright:        (c) 2009-2013 Simon Hengel+copyright:        (c) 2009-2014 Simon Hengel author:           Simon Hengel <sol@typeful.net> maintainer:       Simon Hengel <sol@typeful.net> build-type:       Simple@@ -23,7 +23,7 @@  source-repository head   type: git-  location: https://github.com/sol/doctest-haskell+  location: https://github.com/sol/doctest  library   exposed-modules:
src/Extract.hs view
@@ -49,7 +49,7 @@       , ""       , "This is most likely a bug in doctest."       , ""-      , "Please report it here: https://github.com/sol/doctest-haskell/issues/new"+      , "Please report it here: https://github.com/sol/doctest/issues/new"       ]     where       msg = case fromException e of