lambdabot-trusted 5.0.2.1 → 5.1
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
- Lambdabot.Plugin.Haskell.Eval.Trusted: out :: Mu f -> f (Mu f)
- Lambdabot.Plugin.Haskell.Eval.Trusted: outR :: Rec a -> Rec a -> a
+ Lambdabot.Plugin.Haskell.Eval.Trusted: [outR] :: Rec a -> Rec a -> a
+ Lambdabot.Plugin.Haskell.Eval.Trusted: [out] :: Mu f -> f (Mu f)
Files
- lambdabot-trusted.cabal +2/−2
lambdabot-trusted.cabal view
@@ -1,5 +1,5 @@ name: lambdabot-trusted-version: 5.0.2.1+version: 5.1 license: GPL license-file: LICENSE@@ -19,7 +19,7 @@ build-type: Simple cabal-version: >= 1.8-tested-with: GHC == 7.6.3, GHC == 7.8.3+tested-with: GHC == 7.8.4, GHC == 7.10.3 source-repository head type: git