Cabal revisions of random-class-0.2.0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: random-class-version: 0.2.0.2-synopsis: Class of random value generation--- description: -license: BSD3-license-file: LICENSE-author: M Farkas-Dyck-maintainer: strake888@gmail.com--- copyright: -category: Random-build-type: Simple-cabal-version: >=1.10--library- exposed-modules: Random- other-modules: Util- -- other-extensions: - build-depends: base >=4.9 && <5- , primitive- , transformers- , util >=0.1.2 && <0.2- -- hs-source-dirs: - default-language: Haskell2010- default-extensions: UnicodeSyntax- , LambdaCase- , EmptyCase- , TypeApplications- , ScopedTypeVariables- , InstanceSigs- , PolyKinds- , TypeFamilies- , TypeFamilyDependencies- , FlexibleContexts- , FlexibleInstances- , PackageImports- ghc-options: -Wall -Wno-name-shadowing+name: random-class +version: 0.2.0.2 +x-revision: 1 +synopsis: Class of random value generation +-- description: +license: BSD3 +license-file: LICENSE +author: M Farkas-Dyck +maintainer: strake888@gmail.com +-- copyright: +category: Random +build-type: Simple +cabal-version: >=1.10 + +library + exposed-modules: Random + other-modules: Util + -- other-extensions: + build-depends: base >=4.9 && <5 + , primitive + , transformers + , util >=0.1.2 && <0.2 + -- hs-source-dirs: + default-language: Haskell2010 + default-extensions: UnicodeSyntax + , LambdaCase + , EmptyCase + , TypeApplications + , ScopedTypeVariables + , InstanceSigs + , PolyKinds + , TypeFamilies + , TypeFamilyDependencies + , FlexibleContexts + , FlexibleInstances + , PackageImports + ghc-options: -Wall -Wno-name-shadowing + +source-repository head + type: git + location: https://github.com/strake/random-class.hs