haskell-docs 4.1.1 → 4.1.2
raw patch · 2 files changed
+4/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- haskell-docs.cabal +1/−1
- src/test/Main.hs +3/−0
haskell-docs.cabal view
@@ -1,5 +1,5 @@ name: haskell-docs-version: 4.1.1+version: 4.1.2 synopsis: A program to find and display the docs of a name from a given module. description: Given a module name and a name, it will find and display
src/test/Main.hs view
@@ -35,6 +35,7 @@ (withInitializedPackages [] (void (searchAndPrintDoc+ False Nothing (Just (makeModuleName "System.IO")) (Identifier "hSetBuffering"))))@@ -42,6 +43,7 @@ (withInitializedPackages [] (void (searchAndPrintDoc+ False Nothing Nothing (Identifier "hSetBuffering"))))@@ -53,6 +55,7 @@ (withInitializedPackages [] (do void (searchAndPrintDoc+ False Nothing (Just (makeModuleName "System.IO")) (Identifier "hSetBuffering"))