packages feed

typecheck-plugin-nat-simple 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

test/tryLog.hs view
@@ -13,7 +13,7 @@ 			n <- 8 `devide` 3 :: Try (Log String Int) (Log String Int) Int 			(15 `devide` 0) `catch` \e -> tell e >> pure (n + 0) 	putStr $ message l-	putStrLn . showSDocUnsafe $ ppr l+--	putStrLn . showSDocUnsafe $ ppr l 	print r  devide :: forall s . (IsString s, Message s) => Int -> Int -> Try (Log s Int) (Log s Int) Int
typecheck-plugin-nat-simple.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 47d50fd8bbf70a48e28fb7db828acf874d42733c496f3201d43f2d9868c578f6+-- hash: b4a2c9232ca43b64c02fc5bd936fda1c23ff88e928a128aeda1ed33a6ff0c5c1  name:           typecheck-plugin-nat-simple-version:        0.1.0.1+version:        0.1.0.2 synopsis:       Simple type check plugin which calculate addition, subtraction and less-or-equal-than description:    Please see the README on GitHub at <https://github.com/YoshikuniJujo/typecheck-plugin-nat-simple#readme> category:       Compiler Plugin