Cabal revisions of errors-2.3.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: errors-Version: 2.3.0-Cabal-Version: >=1.8.0.2-Build-Type: Simple-Tested-With: GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1-License: BSD3-License-File: LICENSE-Copyright: 2012, 2013 Gabriel Gonzalez-Author: Gabriel Gonzalez-Maintainer: Gabriel439@gmail.com-Bug-Reports: https://github.com/Gabriel439/Haskell-Errors-Library/issues-Synopsis: Simplified error-handling-Description:- The one-stop shop for all your error-handling needs! Just import- "Control.Error".- .- This library encourages an error-handling style that directly uses the type- system, rather than out-of-band exceptions.-Category: Control, Error Handling-extra-source-files: CHANGELOG.md-Source-Repository head- Type: git- Location: https://github.com/Gabriel439/Haskell-Errors-Library--Library- Build-Depends:- base >= 4.7 && < 5 ,- exceptions >= 0.6 && < 0.11,- text < 1.3 ,- transformers >= 0.2 && < 0.6 ,- transformers-compat >= 0.4 && < 0.7- if impl(ghc <= 7.6.3)- Build-Depends:- safe >= 0.3.3 && < 0.3.10- else- Build-Depends:- safe >= 0.3.3 && < 0.4- Exposed-Modules:- Control.Error,- Control.Error.Safe,- Control.Error.Script,- Control.Error.Util,- Data.EitherR+Name: errors +Version: 2.3.0 +x-revision: 1 +Cabal-Version: >=1.8.0.2 +Build-Type: Simple +Tested-With: GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1 +License: BSD3 +License-File: LICENSE +Copyright: 2012, 2013 Gabriel Gonzalez +Author: Gabriel Gonzalez +Maintainer: Gabriel439@gmail.com +Bug-Reports: https://github.com/Gabriel439/Haskell-Errors-Library/issues +Synopsis: Simplified error-handling +Description: + The one-stop shop for all your error-handling needs! Just import + "Control.Error". + . + This library encourages an error-handling style that directly uses the type + system, rather than out-of-band exceptions. +Category: Control, Error Handling +extra-source-files: CHANGELOG.md +Source-Repository head + Type: git + Location: https://github.com/Gabriel439/Haskell-Errors-Library + +Library + Build-Depends: + base >= 4.7 && < 5 , + exceptions >= 0.6 && < 0.11, + text < 1.3 , + transformers >= 0.2 && < 0.6 , + transformers-compat >= 0.4 && < 0.8 + if impl(ghc <= 7.6.3) + Build-Depends: + safe >= 0.3.3 && < 0.3.10 + else + Build-Depends: + safe >= 0.3.3 && < 0.4 + Exposed-Modules: + Control.Error, + Control.Error.Safe, + Control.Error.Script, + Control.Error.Util, + Data.EitherR
revision 2
Name: errors Version: 2.3.0 -x-revision: 1 +x-revision: 2 Cabal-Version: >=1.8.0.2 Build-Type: Simple Tested-With: GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1 Build-Depends: base >= 4.7 && < 5 , exceptions >= 0.6 && < 0.11, - text < 1.3 , + text < 2.1 , transformers >= 0.2 && < 0.6 , transformers-compat >= 0.4 && < 0.8 if impl(ghc <= 7.6.3)
revision 3
Name: errors Version: 2.3.0 -x-revision: 2 +x-revision: 3 Cabal-Version: >=1.8.0.2 Build-Type: Simple Tested-With: GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1 base >= 4.7 && < 5 , exceptions >= 0.6 && < 0.11, text < 2.1 , - transformers >= 0.2 && < 0.6 , + transformers >= 0.2 && < 0.7 , transformers-compat >= 0.4 && < 0.8 if impl(ghc <= 7.6.3) Build-Depends:
revision 4
Name: errors Version: 2.3.0 -x-revision: 3 +x-revision: 4 Cabal-Version: >=1.8.0.2 Build-Type: Simple Tested-With: GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1 License: BSD3 License-File: LICENSE -Copyright: 2012, 2013 Gabriel Gonzalez -Author: Gabriel Gonzalez -Maintainer: Gabriel439@gmail.com -Bug-Reports: https://github.com/Gabriel439/Haskell-Errors-Library/issues +Copyright: 2012, 2013 Gabriella Gonzalez +Author: Gabriella Gonzalez +Maintainer: GenuineGabriella@gmail.com +Bug-Reports: https://github.com/Gabriella439/Haskell-Errors-Library/issues Synopsis: Simplified error-handling Description: The one-stop shop for all your error-handling needs! Just import extra-source-files: CHANGELOG.md Source-Repository head Type: git - Location: https://github.com/Gabriel439/Haskell-Errors-Library + Location: https://github.com/Gabriella439/Haskell-Errors-Library Library Build-Depends:
revision 5
-Name: errors -Version: 2.3.0 -x-revision: 4 -Cabal-Version: >=1.8.0.2 -Build-Type: Simple -Tested-With: GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1 -License: BSD3 -License-File: LICENSE -Copyright: 2012, 2013 Gabriella Gonzalez -Author: Gabriella Gonzalez -Maintainer: GenuineGabriella@gmail.com -Bug-Reports: https://github.com/Gabriella439/Haskell-Errors-Library/issues -Synopsis: Simplified error-handling -Description: - The one-stop shop for all your error-handling needs! Just import - "Control.Error". - . - This library encourages an error-handling style that directly uses the type - system, rather than out-of-band exceptions. -Category: Control, Error Handling -extra-source-files: CHANGELOG.md -Source-Repository head - Type: git - Location: https://github.com/Gabriella439/Haskell-Errors-Library - -Library - Build-Depends: - base >= 4.7 && < 5 , - exceptions >= 0.6 && < 0.11, - text < 2.1 , - transformers >= 0.2 && < 0.7 , - transformers-compat >= 0.4 && < 0.8 - if impl(ghc <= 7.6.3) - Build-Depends: - safe >= 0.3.3 && < 0.3.10 - else - Build-Depends: - safe >= 0.3.3 && < 0.4 - Exposed-Modules: - Control.Error, - Control.Error.Safe, - Control.Error.Script, - Control.Error.Util, - Data.EitherR +Name: errors+Version: 2.3.0+x-revision: 5+Cabal-Version: >=1.8.0.2+Build-Type: Simple+Tested-With: GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1+License: BSD3+License-File: LICENSE+Copyright: 2012, 2013 Gabriella Gonzalez+Author: Gabriella Gonzalez+Maintainer: GenuineGabriella@gmail.com+Bug-Reports: https://github.com/Gabriella439/Haskell-Errors-Library/issues+Synopsis: Simplified error-handling+Description:+ The one-stop shop for all your error-handling needs! Just import+ "Control.Error".+ .+ This library encourages an error-handling style that directly uses the type+ system, rather than out-of-band exceptions.+Category: Control, Error Handling+extra-source-files: CHANGELOG.md+Source-Repository head+ Type: git+ Location: https://github.com/Gabriella439/Haskell-Errors-Library++Library+ Build-Depends:+ base >= 4.7 && < 5 ,+ exceptions >= 0.6 && < 0.11,+ text < 2.2 ,+ transformers >= 0.2 && < 0.7 ,+ transformers-compat >= 0.4 && < 0.8+ if impl(ghc <= 7.6.3)+ Build-Depends:+ safe >= 0.3.3 && < 0.3.10+ else+ Build-Depends:+ safe >= 0.3.3 && < 0.4+ Exposed-Modules:+ Control.Error,+ Control.Error.Safe,+ Control.Error.Script,+ Control.Error.Util,+ Data.EitherR