Cabal revisions of generic-random-1.0.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: generic-random-version: 1.0.0.0-synopsis: Generic random generators-description: Please see the README.-homepage: http://github.com/lysxia/generic-random-license: MIT-license-file: LICENSE-stability: Experimental-author: Li-yao Xia-maintainer: lysxia@gmail.com-category: Generics, Testing-build-type: Simple-extra-source-files: README.md CHANGELOG.md-cabal-version: >=1.10-tested-with: GHC == 8.0.1, GHC == 8.2.1--library- hs-source-dirs: src- exposed-modules:- Generic.Random- Generic.Random.Generic- Generic.Random.Internal.BaseCase- Generic.Random.Internal.Generic- Generic.Random.Tutorial- build-depends:- base >= 4.7 && < 4.11,- QuickCheck- default-language: Haskell2010- ghc-options: -Wall -fno-warn-name-shadowing--source-repository head- type: git- location: https://github.com/lysxia/generic-random--test-suite unit- Hs-source-dirs: test- Main-is: Unit.hs- Build-depends:- base,- QuickCheck,- generic-random- Type: exitcode-stdio-1.0- Default-language: Haskell2010+name: generic-random +version: 1.0.0.0 +x-revision: 1 +synopsis: Generic random generators +description: + For more information + + - [`Generic.Random.Tutorial`](https://hackage.haskell.org/package/generic-random-1.0.0.0/docs/Generic-Random-Tutorial.html) + - https://byorgey.wordpress.com/2016/09/20/the-generic-random-library-part-1-simple-generic-arbitrary-instances/ +homepage: http://github.com/lysxia/generic-random +license: MIT +license-file: LICENSE +stability: Experimental +author: Li-yao Xia +maintainer: lysxia@gmail.com +category: Generics, Testing +build-type: Simple +extra-source-files: README.md CHANGELOG.md +cabal-version: >=1.10 +tested-with: GHC == 8.0.1, GHC == 8.2.1 + +library + hs-source-dirs: src + exposed-modules: + Generic.Random + Generic.Random.Generic + Generic.Random.Internal.BaseCase + Generic.Random.Internal.Generic + Generic.Random.Tutorial + build-depends: + base >= 4.7 && < 4.11, + QuickCheck + default-language: Haskell2010 + ghc-options: -Wall -fno-warn-name-shadowing + +source-repository head + type: git + location: https://github.com/lysxia/generic-random + +test-suite unit + Hs-source-dirs: test + Main-is: Unit.hs + Build-depends: + base, + QuickCheck, + generic-random + Type: exitcode-stdio-1.0 + Default-language: Haskell2010
revision 2
name: generic-random version: 1.0.0.0 -x-revision: 1 +x-revision: 2 synopsis: Generic random generators description: - For more information + For more information + . + - [`Generic.Random.Tutorial`](https://hackage.haskell.org/package/generic-random-1.0.0.0/docs/Generic-Random-Tutorial.html) + . + - https://byorgey.wordpress.com/2016/09/20/the-generic-random-library-part-1-simple-generic-arbitrary-instances/ - - [`Generic.Random.Tutorial`](https://hackage.haskell.org/package/generic-random-1.0.0.0/docs/Generic-Random-Tutorial.html) - - https://byorgey.wordpress.com/2016/09/20/the-generic-random-library-part-1-simple-generic-arbitrary-instances/ homepage: http://github.com/lysxia/generic-random license: MIT license-file: LICENSE
revision 3
name: generic-random version: 1.0.0.0 -x-revision: 2 +x-revision: 3 synopsis: Generic random generators description: For more information . - - [`Generic.Random.Tutorial`](https://hackage.haskell.org/package/generic-random-1.0.0.0/docs/Generic-Random-Tutorial.html) + - "Generic.Random.Tutorial" . - https://byorgey.wordpress.com/2016/09/20/the-generic-random-library-part-1-simple-generic-arbitrary-instances/