packages feed

shimmer 0.1.3.3 → 0.1.3.4

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~basedep ~containersPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base, containers

API changes (from Hackage documentation)

- SMR.Core.Exp: BindNom :: !Nom -> !(Exp s p) -> SnvBind s p
+ SMR.Core.Exp: BindNom :: !Nom -> !Exp s p -> SnvBind s p
- SMR.Core.Exp: BindVar :: !Name -> !Depth -> !(Exp s p) -> SnvBind s p
+ SMR.Core.Exp: BindVar :: !Name -> !Depth -> !Exp s p -> SnvBind s p
- SMR.Core.Exp: CRec :: !(Snv s p) -> Car s p
+ SMR.Core.Exp: CRec :: !Snv s p -> Car s p
- SMR.Core.Exp: CSim :: !(Snv s p) -> Car s p
+ SMR.Core.Exp: CSim :: !Snv s p -> Car s p
- SMR.Core.Exp: DeclMac :: Name -> (Exp s p) -> Decl s p
+ SMR.Core.Exp: DeclMac :: Name -> Exp s p -> Decl s p
- SMR.Core.Exp: DeclSet :: Name -> (Exp s p) -> Decl s p
+ SMR.Core.Exp: DeclSet :: Name -> Exp s p -> Decl s p
- SMR.Core.Exp: XAbs :: ![Param] -> !(Exp s p) -> Exp s p
+ SMR.Core.Exp: XAbs :: ![Param] -> !Exp s p -> Exp s p
- SMR.Core.Exp: XApp :: !(Exp s p) -> ![Exp s p] -> Exp s p
+ SMR.Core.Exp: XApp :: !Exp s p -> ![Exp s p] -> Exp s p
- SMR.Core.Exp: XKey :: !Key -> !(Exp s p) -> Exp s p
+ SMR.Core.Exp: XKey :: !Key -> !Exp s p -> Exp s p
- SMR.Core.Exp: XRef :: !(Ref s p) -> Exp s p
+ SMR.Core.Exp: XRef :: !Ref s p -> Exp s p
- SMR.Core.Exp: XSub :: !(Train s p) -> !(Exp s p) -> Exp s p
+ SMR.Core.Exp: XSub :: !Train s p -> !Exp s p -> Exp s p
- SMR.Core.Step: Config :: !Bool -> !Bool -> !(Map p (PrimEval s p w)) -> !(Map Name (Exp s p)) -> Config s p w
+ SMR.Core.Step: Config :: !Bool -> !Bool -> !Map p (PrimEval s p w) -> !Map Name (Exp s p) -> Config s p w
- SMR.Core.Step: World :: !(IORef Integer) -> w -> World w
+ SMR.Core.Step: World :: !IORef Integer -> w -> World w
- SMR.Core.Step: [configDeclsMac] :: Config s p w -> !(Map Name (Exp s p))
+ SMR.Core.Step: [configDeclsMac] :: Config s p w -> !Map Name (Exp s p)
- SMR.Core.Step: [configPrims] :: Config s p w -> !(Map p (PrimEval s p w))
+ SMR.Core.Step: [configPrims] :: Config s p w -> !Map p (PrimEval s p w)
- SMR.Core.Step: [worldNomGen] :: World w -> !(IORef Integer)
+ SMR.Core.Step: [worldNomGen] :: World w -> !IORef Integer
- SMR.Data.Bag: BagUnion :: (Bag a) -> (Bag a) -> Bag a
+ SMR.Data.Bag: BagUnion :: Bag a -> Bag a -> Bag a
- SMR.Source.Expected: ExContextBind :: Text -> (Bag (Blocker t (Expected t s p))) -> Expected t s p
+ SMR.Source.Expected: ExContextBind :: Text -> Bag (Blocker t (Expected t s p)) -> Expected t s p
- SMR.Source.Expected: ExContextDecl :: Text -> (Bag (Blocker t (Expected t s p))) -> Expected t s p
+ SMR.Source.Expected: ExContextDecl :: Text -> Bag (Blocker t (Expected t s p)) -> Expected t s p
- SMR.Source.Parsec: ParseFailure :: (Bag (Blocker t e)) -> ParseResult t e a
+ SMR.Source.Parsec: ParseFailure :: Bag (Blocker t e) -> ParseResult t e a
- SMR.Source.Parsec: ParseReturn :: (Bag (Blocker t e)) -> a -> ParseResult t e a
+ SMR.Source.Parsec: ParseReturn :: Bag (Blocker t e) -> a -> ParseResult t e a
- SMR.Source.Parsec: ParseSkip :: (Bag (Blocker t e)) -> ParseResult t e a
+ SMR.Source.Parsec: ParseSkip :: Bag (Blocker t e) -> ParseResult t e a
- 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.3+version:        0.1.3.4 license:        MIT license-file:   LICENSE author:         Ben Lippmeier <benl@ouroborus.net>@@ -17,9 +17,9 @@  executable shimmer  build-depends:-        base            >= 4.10  && < 4.12,+        base            >= 4.10  && < 4.13,         text            >= 1.2   && < 1.3,-        containers      >= 0.5   && < 0.6,+        containers      >= 0.5   && < 0.7,         bytestring      >= 0.10  && < 0.11,         filepath        >= 1.4.0 && < 1.5,         haskeline       >= 0.7   && < 0.8@@ -77,9 +77,9 @@  library  build-depends:-        base            >= 4.10  && < 4.12,+        base            >= 4.10  && < 4.13,         text            >= 1.2   && < 1.3,-        containers      >= 0.5   && < 0.6,+        containers      >= 0.5   && < 0.7,         bytestring      >= 0.10  && < 0.11,         filepath        >= 1.4.0 && < 1.5,         haskeline       >= 0.7   && < 0.8