packages feed

Cabal revisions of complex-generic-0.1.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                complex-generic-version:             0.1.1-synopsis:            complex numbers with non-mandatory RealFloat-description:-  The base package's 'Data.Complex' has a 'RealFloat' requirement for-  almost all operations, which rules out uses such as 'Complex Rational'-  or 'Complex Integer'.  This package provides an alternative, putting-  most operations into additional type classes.  Generating instances-  with template haskell helps reduce excessive boilerplate and avoids-  instance overlap.--homepage:            https://gitorious.org/complex-generic-license:             BSD3-license-file:        LICENSE-author:              Claude Heiland-Allen-maintainer:          claude@mathr.co.uk-category:            Math-build-type:          Simple-cabal-version:       >=1.8--library-  exposed-modules:-    Data.Complex.Generic,-    Data.Complex.Generic.Default,-    Data.Complex.Generic.TH,-    Data.Complex.Generic.Class-  build-depends:-    base < 5,-    template-haskell--source-repository head-  type:     git-  location: git://gitorious.org/complex-generic/complex-generic.git--source-repository this-  type:     git-  location: git://gitorious.org/complex-generic/complex-generic.git-  tag:      v0.1.1+name:                complex-generic
+version:             0.1.1
+x-revision: 1
+synopsis:            complex numbers with non-mandatory RealFloat
+description:
+  The base package's 'Data.Complex' has a 'RealFloat' requirement for
+  almost all operations, which rules out uses such as 'Complex Rational'
+  or 'Complex Integer'.  This package provides an alternative, putting
+  most operations into additional type classes.  Generating instances
+  with template haskell helps reduce excessive boilerplate and avoids
+  instance overlap.
+
+homepage:            https://gitorious.org/complex-generic
+license:             BSD3
+license-file:        LICENSE
+author:              Claude Heiland-Allen
+maintainer:          claude@mathr.co.uk
+category:            Math
+build-type:          Simple
+cabal-version:       >=1.8
+
+library
+  exposed-modules:
+    Data.Complex.Generic,
+    Data.Complex.Generic.Default,
+    Data.Complex.Generic.TH,
+    Data.Complex.Generic.Class
+  build-depends:
+    base < 4.9,
+    template-haskell < 2.11
+
+source-repository head
+  type:     git
+  location: git://gitorious.org/complex-generic/complex-generic.git
+
+source-repository this
+  type:     git
+  location: git://gitorious.org/complex-generic/complex-generic.git
+  tag:      v0.1.1