packages feed

doctest 0.9.4.1 → 0.9.5

raw patch · 2 files changed

+4/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

doctest.cabal view
@@ -1,5 +1,5 @@ name:             doctest-version:          0.9.4.1+version:          0.9.5 synopsis:         Test interactive Haskell examples description:      The doctest program checks examples in source code comments.                   It is modeled after doctest for Python
src/Extract.hs view
@@ -191,6 +191,9 @@ #if __GLASGOW_HASKELL__ >= 706   -- hswb_kvs and hswb_tvs may be error thunks   `extQ` (ignore :: Selector (HsWithBndrs [LHsType RdrName]))+  `extQ` (ignore :: Selector (HsWithBndrs [LHsType Name]))+  `extQ` (ignore :: Selector (HsWithBndrs (LHsType RdrName)))+  `extQ` (ignore :: Selector (HsWithBndrs (LHsType Name))) #endif   )   where