Cabal revisions of break-1.0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: break-Version: 1.0.2-Cabal-Version: >=1.10-Build-Type: Simple-License: BSD3-License-File: LICENSE-Copyright: 2015 Gabriel Gonzalez-Author: Gabriel Gonzalez-Maintainer: Gabriel439@gmail.com-Bug-Reports: https://github.com/Gabriel439/Haskell-Break-Library/issues-Synopsis: Break from a loop-Description: This library provides a simple and general API for exiting from- loops- .- Read the tutorial in "Control.Break" to learn more-Category: Control-Source-Repository head- Type: git- Location: https://github.com/Gabriel439/Haskell-Optional-Library--Library- HS-Source-Dirs: src- Build-Depends:- base >= 4.5 && < 5 ,- mtl ,- transformers >= 0.4.0.0 && < 0.6- Exposed-Modules: Control.Break- GHC-Options: -O2 -Wall- Default-Language: Haskell2010+Name: break +Version: 1.0.2 +x-revision: 1 +Cabal-Version: >=1.10 +Build-Type: Simple +License: BSD3 +License-File: LICENSE +Copyright: 2015 Gabriel Gonzalez +Author: Gabriel Gonzalez +Maintainer: Gabriel439@gmail.com +Bug-Reports: https://github.com/Gabriel439/Haskell-Break-Library/issues +Synopsis: Break from a loop +Description: This library provides a simple and general API for exiting from + loops + . + Read the tutorial in "Control.Break" to learn more +Category: Control +Source-Repository head + Type: git + Location: https://github.com/Gabriel439/Haskell-Break-Library + +Library + HS-Source-Dirs: src + Build-Depends: + base >= 4.5 && < 5 , + mtl , + transformers >= 0.4.0.0 && < 0.6 + Exposed-Modules: Control.Break + GHC-Options: -O2 -Wall + Default-Language: Haskell2010
revision 2
Name: break Version: 1.0.2 -x-revision: 1 +x-revision: 2 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3 License-File: LICENSE -Copyright: 2015 Gabriel Gonzalez -Author: Gabriel Gonzalez -Maintainer: Gabriel439@gmail.com -Bug-Reports: https://github.com/Gabriel439/Haskell-Break-Library/issues +Copyright: 2015 Gabriella Gonzalez +Author: Gabriella Gonzalez +Maintainer: GenuineGabriella@gmail.com +Bug-Reports: https://github.com/Gabriella439/Haskell-Break-Library/issues Synopsis: Break from a loop Description: This library provides a simple and general API for exiting from loops Category: Control Source-Repository head Type: git - Location: https://github.com/Gabriel439/Haskell-Break-Library + Location: https://github.com/Gabriella439/Haskell-Break-Library Library HS-Source-Dirs: src
revision 3
Name: break Version: 1.0.2 -x-revision: 2 +x-revision: 3 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3 Build-Depends: base >= 4.5 && < 5 , mtl , - transformers >= 0.4.0.0 && < 0.6 + transformers >= 0.4.0.0 && < 0.7 Exposed-Modules: Control.Break GHC-Options: -O2 -Wall Default-Language: Haskell2010