Cabal revisions of managed-1.0.9
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: managed-Version: 1.0.9-Cabal-Version: >=1.10-Build-Type: Simple-License: BSD3-License-File: LICENSE-Copyright: 2014 Gabriel Gonzalez-Author: Gabriel Gonzalez-Maintainer: Gabriel439@gmail.com-Tested-With:- GHC == 9.2.1- GHC == 9.0.1- GHC == 8.10.7- GHC == 8.8.4- GHC == 8.6.5- GHC == 8.4.4- GHC == 8.2.2- GHC == 8.0.2- GHC == 7.10.3-Bug-Reports: https://github.com/Gabriel439/Haskell-Managed-Library/issues-Synopsis: A monad for managed values-Description: In Haskell you very often acquire values using the @with...@- idiom using functions of type @(a -> IO r) -> IO r@. This idiom forms a- @Monad@, which is a special case of the @ContT@ monad (from @transformers@) or- the @Codensity@ monad (from @kan-extensions@). The main purpose behind this- package is to provide a restricted form of these monads specialized to this- unusually common case.- .- The reason this package defines a specialized version of these types is to:- .- * be more beginner-friendly,- .- * simplify inferred types and error messages, and:- .- * provide some additional type class instances that would otherwise be orphan- instances-Category: Control-Source-Repository head- Type: git- Location: https://github.com/Gabriel439/Haskell-Managed-Library--Library- Hs-Source-Dirs: src- Build-Depends:- base >= 4.5 && < 5 ,- transformers >= 0.2.0.0 && < 0.7- if !impl(ghc >= 8.0)- Build-Depends:- semigroups >= 0.16 && < 0.21- Exposed-Modules:- Control.Monad.Managed,- Control.Monad.Managed.Safe- GHC-Options: -Wall- Default-Language: Haskell2010+Name: managed +Version: 1.0.9 +x-revision: 1 +Cabal-Version: >=1.10 +Build-Type: Simple +License: BSD3 +License-File: LICENSE +Copyright: 2014 Gabriel Gonzalez +Author: Gabriel Gonzalez +Maintainer: Gabriel439@gmail.com +Tested-With: + GHC == 9.2.1 + GHC == 9.0.1 + GHC == 8.10.7 + GHC == 8.8.4 + GHC == 8.6.5 + GHC == 8.4.4 + GHC == 8.2.2 + GHC == 8.0.2 + GHC == 7.10.3 +Bug-Reports: https://github.com/Gabriel439/Haskell-Managed-Library/issues +Synopsis: A monad for managed values +Description: In Haskell you very often acquire values using the @with...@ + idiom using functions of type @(a -> IO r) -> IO r@. This idiom forms a + @Monad@, which is a special case of the @ContT@ monad (from @transformers@) or + the @Codensity@ monad (from @kan-extensions@). The main purpose behind this + package is to provide a restricted form of these monads specialized to this + unusually common case. + . + The reason this package defines a specialized version of these types is to: + . + * be more beginner-friendly, + . + * simplify inferred types and error messages, and: + . + * provide some additional type class instances that would otherwise be orphan + instances +Category: Control +Source-Repository head + Type: git + Location: https://github.com/Gabriel439/Haskell-Managed-Library + +Library + Hs-Source-Dirs: src + Build-Depends: + base >= 4.8 && < 5 , + transformers >= 0.2.0.0 && < 0.7 + if !impl(ghc >= 8.0) + Build-Depends: + semigroups >= 0.16 && < 0.21 + Exposed-Modules: + Control.Monad.Managed, + Control.Monad.Managed.Safe + GHC-Options: -Wall + Default-Language: Haskell2010
revision 2
Name: managed Version: 1.0.9 -x-revision: 1 +x-revision: 2 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3 License-File: LICENSE -Copyright: 2014 Gabriel Gonzalez -Author: Gabriel Gonzalez -Maintainer: Gabriel439@gmail.com +Copyright: 2014 Gabriella Gonzalez +Author: Gabriella Gonzalez +Maintainer: GenuineGabriella@gmail.com Tested-With: GHC == 9.2.1 GHC == 9.0.1 GHC == 8.2.2 GHC == 8.0.2 GHC == 7.10.3 -Bug-Reports: https://github.com/Gabriel439/Haskell-Managed-Library/issues +Bug-Reports: https://github.com/Gabriella439/Haskell-Managed-Library/issues Synopsis: A monad for managed values Description: In Haskell you very often acquire values using the @with...@ idiom using functions of type @(a -> IO r) -> IO r@. This idiom forms a Category: Control Source-Repository head Type: git - Location: https://github.com/Gabriel439/Haskell-Managed-Library + Location: https://github.com/Gabriella439/Haskell-Managed-Library Library Hs-Source-Dirs: src
revision 3
Name: managed Version: 1.0.9 -x-revision: 2 +x-revision: 3 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3 GHC == 8.2.2 GHC == 8.0.2 GHC == 7.10.3 -Bug-Reports: https://github.com/Gabriella439/Haskell-Managed-Library/issues +Bug-Reports: https://github.com/Gabriella439/managed/issues Synopsis: A monad for managed values Description: In Haskell you very often acquire values using the @with...@ idiom using functions of type @(a -> IO r) -> IO r@. This idiom forms a Category: Control Source-Repository head Type: git - Location: https://github.com/Gabriella439/Haskell-Managed-Library + Location: https://github.com/Gabriella439/managed Library Hs-Source-Dirs: src