tonalude 0.1.0.0 → 0.1.1.0
raw patch · 2 files changed
+8/−3 lines, 2 filesdep +unliftioPVP ok
version bump matches the API change (PVP)
Dependencies added: unliftio
API changes (from Hackage documentation)
Files
- src/Tonalude/Prelude/Reexports.hs +3/−1
- tonalude.cabal +5/−2
src/Tonalude/Prelude/Reexports.hs view
@@ -1,7 +1,8 @@ {-# LANGUAGE CPP #-} module Tonalude.Prelude.Reexports- ( Alternative+ ( module UnliftIO.Exception+ , Alternative , Applicative (..) , liftA #if !MIN_VERSION_base(4, 10, 0)@@ -225,3 +226,4 @@ ) where import RIO+import UnliftIO.Exception
tonalude.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 09fe4ab2552db6fbcfb1673c770b13b11107214fe1689bc31305c93509968241+-- hash: 913c0a8b30f75978f0b2f3e8cfa680318f773a43866839bbca1f153ad6e24922 name: tonalude-version: 0.1.0.0+version: 0.1.1.0 synopsis: A standard library for Tonatona framework. description: Tonaparser provides a way to pass runtime configurations. This library is supposed to be used with @tonatona@. The Tonalude module works as a prelude replacement for Tonatona framework, providing more functionality and types out of the box than the standard prelude (such as common data types like ByteString and Text), as well as removing common "gotchas", like partial functions and lazy I/O. category: Control, Library, Tonatona@@ -45,6 +45,7 @@ base >=4.7 && <5 , bytestring >=0.10 , rio >=0.1.5+ , unliftio >=0.2.4 default-language: Haskell2010 test-suite doctest@@ -60,6 +61,7 @@ , bytestring >=0.10 , doctest , rio >=0.1.5+ , unliftio >=0.2.4 default-language: Haskell2010 test-suite spec@@ -73,4 +75,5 @@ base >=4.7 && <5 , bytestring >=0.10 , rio >=0.1.5+ , unliftio >=0.2.4 default-language: Haskell2010