PartialTypeSignatures 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- PartialTypeSignatures.cabal +1/−1
- PartialTypeSigs.hs +1/−1
PartialTypeSignatures.cabal view
@@ -1,5 +1,5 @@ name: PartialTypeSignatures-version: 0.1.0.0+version: 0.1.0.1 synopsis: emulate partial type signatures with template haskell homepage: http://code.haskell.org/~aavogt/PartialTypeSignatures license: BSD3
PartialTypeSigs.hs view
@@ -63,7 +63,7 @@ m :: IORef (M.Map String Int) m = unsafePerformIO (newIORef M.empty) -{- ^ any subexpression of the passed-in expression which looks like:+{- | any subexpression of the passed-in expression which looks like: > "functionName" :: t > functionName :: t