Cabal revisions of errors-1.3.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: errors-Version: 1.3.0-Cabal-Version: >=1.8.0.2-Build-Type: Simple-License: BSD3-License-File: LICENSE-Copyright: 2012 Gabriel Gonzalez-Author: Gabriel Gonzalez-Maintainer: Gabriel439@gmail.com-Stability: Experimental-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-Tested-With: GHC ==7.4.1-Source-Repository head- Type: git- Location: https://github.com/Gabriel439/Haskell-Errors-Library--Library- Build-Depends:- base >= 4 && < 5,- either >= 3.0.1,- safe >= 0.3.3,- transformers >= 0.3.0.0- Exposed-Modules:- Control.Error,- Control.Error.Safe,- Control.Error.Script,- Control.Error.Util,- Data.EitherR- GHC-Options: -O2+Name: errors +Version: 1.3.0 +x-revision: 1 +Cabal-Version: >=1.8.0.2 +Build-Type: Simple +License: BSD3 +License-File: LICENSE +Copyright: 2012 Gabriel Gonzalez +Author: Gabriel Gonzalez +Maintainer: Gabriel439@gmail.com +Stability: Experimental +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 +Tested-With: GHC ==7.4.1 +Source-Repository head + Type: git + Location: https://github.com/Gabriel439/Haskell-Errors-Library + +Library + Build-Depends: + base >= 4 && < 5, + either >= 3.0.1 && < 3.3, + safe >= 0.3.3, + transformers >= 0.3.0.0 + Exposed-Modules: + Control.Error, + Control.Error.Safe, + Control.Error.Script, + Control.Error.Util, + Data.EitherR + GHC-Options: -O2
revision 2
Name: errors Version: 1.3.0 -x-revision: 1 +x-revision: 2 Cabal-Version: >=1.8.0.2 Build-Type: Simple License: BSD3 Library Build-Depends: - base >= 4 && < 5, + base >= 4 && < 4.7, either >= 3.0.1 && < 3.3, safe >= 0.3.3, transformers >= 0.3.0.0