copilot-language 0.9 → 0.9.1
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Copilot.Language.Reify: reify :: Spec -> IO Spec
Files
- copilot-language.cabal +2/−2
copilot-language.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: copilot-language-version: 0.9+version: 0.9.1 synopsis: A Haskell-embedded DSL for monitoring hard real-time distributed systems. description:@@ -52,6 +52,7 @@ , Copilot.Language.Operators.Ord , Copilot.Language.Operators.Temporal , Copilot.Language.Prelude+ , Copilot.Language.Reify other-modules: Copilot.Language.Analyze , Copilot.Language.Interpret , Copilot.Language.Stream@@ -59,7 +60,6 @@ , System.Mem.StableName.Dynamic , System.Mem.StableName.Map , Copilot.Language.Error- , Copilot.Language.Reify ghc-options: -fwarn-tabs -auto-all