do-notation-dsl 0.1.0.2 → 0.1.0.3
raw patch · 1 files changed
+4/−6 lines, 1 filesdep −voiddep ~basePVP ok
version bump matches the API change (PVP)
Dependencies removed: void
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- do-notation-dsl.cabal +4/−6
do-notation-dsl.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: d64e07d00a19d023fd00390fbb3ed3e7a80f367bef4ce5dafc3063e0a4ebc33d+-- hash: b6ed7c1ba63720e15bb40ecb553ad3cdaf827ee9537a601ce6335c3d8f204502 name: do-notation-dsl-version: 0.1.0.2+version: 0.1.0.3 synopsis: An alternative to monads description: Please see the README on GitHub at <https://github.com/Atry/do-notation-dsl#readme> category: Control, DSL, Effect, General, Language, Mutable State, IO, Polymorphism@@ -43,8 +43,7 @@ src other-extensions: RebindableSyntax MultiParamTypeClasses TypeOperators FlexibleInstances FlexibleContexts UndecidableInstances RankNTypes GADTs ScopedTypeVariables build-depends:- base >=4.7 && <5- , void+ base >=4.8 && <5 default-language: Haskell2010 test-suite doctests@@ -57,11 +56,10 @@ other-extensions: TypeApplications ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends:- base >=4.7 && <5+ base >=4.8 && <5 , containers , do-notation-dsl , doctest , doctest-discover , temporary- , void default-language: Haskell2010