packages feed

shimmer 0.1.3.2 → 0.1.3.3

raw patch · 1 files changed

+6/−1 lines, 1 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- SMR.Source.Parsec: instance (GHC.Show.Show a, GHC.Show.Show t, GHC.Show.Show e) => GHC.Show.Show (SMR.Source.Parsec.ParseResult t e a)
- SMR.Source.Parsec: instance (GHC.Show.Show e, GHC.Show.Show t) => GHC.Show.Show (SMR.Source.Parsec.Blocker t e)
+ SMR.Source.Parsec: instance (GHC.Show.Show t, GHC.Show.Show e) => GHC.Show.Show (SMR.Source.Parsec.Blocker t e)
+ SMR.Source.Parsec: instance (GHC.Show.Show t, GHC.Show.Show e, GHC.Show.Show a) => GHC.Show.Show (SMR.Source.Parsec.ParseResult t e a)
- SMR.Core.Exp: data Text :: *
+ SMR.Core.Exp: data Text
- SMR.Source.Parser: Config :: (Text -> Maybe s) -> (Text -> Maybe p) -> Config s p
+ SMR.Source.Parser: Config :: Text -> Maybe s -> Text -> Maybe p -> Config s p

Files

shimmer.cabal view
@@ -1,5 +1,5 @@ name:           shimmer-version:        0.1.3.2+version:        0.1.3.3 license:        MIT license-file:   LICENSE author:         Ben Lippmeier <benl@ouroborus.net>@@ -9,6 +9,11 @@ category:       Compilers/Interpreters description:    The Reflective Lambda Machine synopsis:       The Reflective Lambda Machine+homepage:       https://github.com/discus-lang/shimmer++source-repository head+  type:         git+  location:     https://github.com/discus-lang/shimmer  executable shimmer  build-depends: