Cabal revisions of numtype-1.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: numtype-Version: 1.1-License: BSD3-License-File: LICENSE-Copyright: Bjorn Buckwalter 2009-2014-Author: Bjorn Buckwalter-Maintainer: bjorn@buckwalter.se-Stability: stable-Homepage: http://dimensional.googlecode.com/-Synopsis: Type-level (low cardinality) integers.-Description:- This package provides unary type level representations of the- (positive and negative) integers and basic operations (addition,- subtraction, multiplication, division) on these.- Due to the unary implementation the practical size of the- NumTypes is severely limited making them unsuitable for- large-cardinality applications. If you will be working with- integers beyond (-20, 20) this package probably isn't for you.- It is, however, eminently suitable for applications such as- representing physical dimensions (see the 'Dimensional' library).- Requires GHC 6.6.1 or later.-Category: Math-Build-Type: Simple-Build-Depends: base < 5-Exposed-Modules: Numeric.NumType-Extra-source-files: README,- changelog.md,- Numeric/NumTypeTests.hs+Name: numtype +Version: 1.1 +x-revision: 1 +License: BSD3 +License-File: LICENSE +Copyright: Bjorn Buckwalter 2009-2014 +Author: Bjorn Buckwalter +Maintainer: bjorn@buckwalter.se +Stability: stable +Homepage: http://dimensional.googlecode.com/ +Synopsis: Type-level (low cardinality) integers. +Description: + This package provides unary type level representations of the + (positive and negative) integers and basic operations (addition, + subtraction, multiplication, division) on these. + Due to the unary implementation the practical size of the + NumTypes is severely limited making them unsuitable for + large-cardinality applications. If you will be working with + integers beyond (-20, 20) this package probably isn't for you. + It is, however, eminently suitable for applications such as + representing physical dimensions (see the 'Dimensional' library). + Requires GHC 6.6.1 or later. +Category: Math +Build-Type: Simple +Build-Depends: base < 4.9 +Exposed-Modules: Numeric.NumType +Extra-source-files: README, + changelog.md, + Numeric/NumTypeTests.hs