packages feed

unbound 0.4.0.1 → 0.4.0.2

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~mtldep ~transformersPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: mtl, transformers

API changes (from Hackage documentation)

- Unbound.LocallyNameless: rEmbed :: Rep t_abmf => R (Embed t_abmf)
+ Unbound.LocallyNameless: rEmbed :: Rep t_abPX => R (Embed t_abPX)
- Unbound.LocallyNameless: rGenBind :: (Rep order_abmq, Rep card_abmr, Rep p_abms, Rep t_abmt) => R (GenBind order_abmq card_abmr p_abms t_abmt)
+ Unbound.LocallyNameless: rGenBind :: (Rep order_abQ8, Rep card_abQ9, Rep p_abQa, Rep t_abQb) => R (GenBind order_abQ8 card_abQ9 p_abQa t_abQb)
- Unbound.LocallyNameless: rName :: Rep a_a4Mb => R (Name a_a4Mb)
+ Unbound.LocallyNameless: rName :: Rep a_a4Nr => R (Name a_a4Nr)
- Unbound.LocallyNameless: rRebind :: (Rep p1_abmi, Rep p2_abmj) => R (Rebind p1_abmi p2_abmj)
+ Unbound.LocallyNameless: rRebind :: (Rep p1_abQ0, Rep p2_abQ1) => R (Rebind p1_abQ0 p2_abQ1)
- Unbound.LocallyNameless: rRec :: Rep p_abmh => R (Rec p_abmh)
+ Unbound.LocallyNameless: rRec :: Rep p_abPZ => R (Rec p_abPZ)
- Unbound.LocallyNameless: rShift :: Rep p_abme => R (Shift p_abme)
+ Unbound.LocallyNameless: rShift :: Rep p_abPW => R (Shift p_abPW)
- Unbound.LocallyNameless.Name: rAnyName1 :: R1 ctx_a4XN AnyName
+ Unbound.LocallyNameless.Name: rAnyName1 :: R1 ctx_a4Z3 AnyName
- Unbound.LocallyNameless.Name: rName :: Rep a_a4Mb => R (Name a_a4Mb)
+ Unbound.LocallyNameless.Name: rName :: Rep a_a4Nr => R (Name a_a4Nr)
- Unbound.LocallyNameless.Name: rName1 :: Rep a_a4Mb => (ctx_a4UF (R a_a4Mb), ctx_a4UF (String, Integer)) -> (ctx_a4UF (R a_a4Mb), ctx_a4UF Integer, ctx_a4UF Integer) -> R1 ctx_a4UF (Name a_a4Mb)
+ Unbound.LocallyNameless.Name: rName1 :: Rep a_a4Nr => (ctx_a4VV (R a_a4Nr), ctx_a4VV (String, Integer)) -> (ctx_a4VV (R a_a4Nr), ctx_a4VV Integer, ctx_a4VV Integer) -> R1 ctx_a4VV (Name a_a4Nr)
- Unbound.LocallyNameless.Name: rR :: Rep a_a4GJ => R (R a_a4GJ)
+ Unbound.LocallyNameless.Name: rR :: Rep a_a4HZ => R (R a_a4HZ)
- Unbound.LocallyNameless.Name: rR1 :: Rep a_a4GJ => R1 ctx_a4Ly (R a_a4GJ)
+ Unbound.LocallyNameless.Name: rR1 :: Rep a_a4HZ => R1 ctx_a4MO (R a_a4HZ)
- Unbound.LocallyNameless.Types: rEmbed :: Rep t_abmf => R (Embed t_abmf)
+ Unbound.LocallyNameless.Types: rEmbed :: Rep t_abPX => R (Embed t_abPX)
- Unbound.LocallyNameless.Types: rGenBind :: (Rep order_abmq, Rep card_abmr, Rep p_abms, Rep t_abmt) => R (GenBind order_abmq card_abmr p_abms t_abmt)
+ Unbound.LocallyNameless.Types: rGenBind :: (Rep order_abQ8, Rep card_abQ9, Rep p_abQa, Rep t_abQb) => R (GenBind order_abQ8 card_abQ9 p_abQa t_abQb)
- Unbound.LocallyNameless.Types: rRebind :: (Rep p1_abmi, Rep p2_abmj) => R (Rebind p1_abmi p2_abmj)
+ Unbound.LocallyNameless.Types: rRebind :: (Rep p1_abQ0, Rep p2_abQ1) => R (Rebind p1_abQ0 p2_abQ1)
- Unbound.LocallyNameless.Types: rRec :: Rep p_abmh => R (Rec p_abmh)
+ Unbound.LocallyNameless.Types: rRec :: Rep p_abPZ => R (Rec p_abPZ)
- Unbound.LocallyNameless.Types: rShift :: Rep p_abme => R (Shift p_abme)
+ Unbound.LocallyNameless.Types: rShift :: Rep p_abPW => R (Shift p_abPW)

Files

CHANGES view
@@ -53,3 +53,7 @@ Version 0.4.0.1: 23 March 2012    * Remove broken links from documentation++Version 0.4.0.2: 10 April 2012++  * Bump 'mtl' upper bound to allow mtl-2.1
unbound.cabal view
@@ -1,5 +1,5 @@ name:           unbound-version:        0.4.0.1+version:        0.4.0.2 license:        BSD3 license-file:   LICENSE build-type:     Simple@@ -31,7 +31,7 @@ Library   build-depends: base >= 4.3 && < 5,                  RepLib >= 0.5.1 && < 0.6,-                 mtl >= 2.0 && < 2.1, transformers >= 0.2.2.0 && < 0.2.3,+                 mtl >= 2.0 && < 2.2, transformers >= 0.2.2.0 && < 0.4,                  containers >= 0.3 && < 0.5   exposed-modules:     Unbound.LocallyNameless,