Cabal revisions of modular-0.1.0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.31.0.------ see: https://github.com/sol/hpack------ hash: b58e38fc3d76fb67f486cd0bbc8c964bd610d17b57c810befa7622618558b2c8--name: modular-version: 0.1.0.2-synopsis: Type-safe modular arithmetic-description: Please the documentation on GitHub at <https://github.com/pgujjula/modular>-category: Math-homepage: https://github.com/pgujjula/modular#readme-bug-reports: https://github.com/pgujjula/modular/issues-author: Preetham Gujjula-maintainer: preetham.gujjula@gmail.com-copyright: 2018 Preetham Gujjula-license: BSD3-license-file: LICENSE-build-type: Simple-extra-source-files:- README.md- ChangeLog.md--source-repository head- type: git- location: https://github.com/pgujjula/modular--library- exposed-modules:- Numeric.Modular- other-modules:- Paths_modular- hs-source-dirs:- src- ghc-options: -Wall- build-depends:- base >=4.7 && <5- , ghc-typelits-knownnat >=0.5 && <1- default-language: Haskell2010+cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.31.0. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: b58e38fc3d76fb67f486cd0bbc8c964bd610d17b57c810befa7622618558b2c8 + +name: modular +version: 0.1.0.2 +x-revision: 1 +synopsis: Type-safe modular arithmetic +description: Please the documentation on GitHub at <https://github.com/pgujjula/modular> +category: Math +homepage: https://github.com/pgujjula/modular#readme +bug-reports: https://github.com/pgujjula/modular/issues +author: Preetham Gujjula +maintainer: preetham.gujjula@gmail.com +copyright: 2018 Preetham Gujjula +license: BSD3 +license-file: LICENSE +build-type: Simple +extra-source-files: + README.md + ChangeLog.md + +source-repository head + type: git + location: https://github.com/pgujjula/modular + +library + exposed-modules: + Numeric.Modular + other-modules: + Paths_modular + hs-source-dirs: + src + ghc-options: -Wall + build-depends: + base >=4.7 && <4.12 + , ghc-typelits-knownnat >=0.5 && <1 + default-language: Haskell2010