packages feed

control-dsl 0.2.0.1 → 0.2.0.2

raw patch · 3 files changed

+9/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,11 @@ # Changelog for `Control.Dsl` +## 0.2.0.2+* Fix tests in GHC 8.6.1++## 0.2.0.1+* Improved documentation.+ ## 0.2.0.0  * Renamed package `do-notation-dsl` to `control-dsl`.
control-dsl.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: fc82e777d97572d734e72a654633c712086ba0638376cc070e09e2e22c4831aa+-- hash: 5145c09041be36dede5eb015ca73b5f9145b7f4d1a765ed3b53e12d6e6337d50  name:           control-dsl-version:        0.2.0.1+version:        0.2.0.2 synopsis:       An alternative to monads description:    This \"control-dsl\" package is a toolkit to create extensible Domain Specific Languages in @do@-notation.                 .
src/Control/Dsl.hs view
@@ -101,6 +101,7 @@     Put xs     return x :}+...  The 'Contro.Dsl.PolyCont.PolyCont' instance for @GetLine@ is implemented as a 'Contro.Dsl.Cont' that contains a DSL @do@ block of atomic statements.