packages feed

Cabal revisions of FloatingHex-0.1

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

revision 1
-Name:                FloatingHex-Version:             0.1-Synopsis:            Read and write hexadecimal floating point numbers-Description:         Read and write hexadecimal floating point numbers. Provides a quasiquoter for-                     entering hex-float literals, and a function for printing them in hexadecimal.-                     .-                     See: <http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf>, pages 57-58.-                     We slightly diverge from the standard and do not allow for the "floating-suffix,"-                     as the type inference of Haskell makes this unnecessary.-                     .-                     For details, please see: <http://github.com/LeventErkok/FloatingHex/>-License:             BSD3-License-file:        LICENSE-Author:              Levent Erkok-Maintainer:          erkokl@gmail.com-Copyright:           Levent Erkok-Category:            Tools-Build-type:          Simple-Cabal-version:       >= 1.10-Extra-Source-Files:  INSTALL, README.md, COPYRIGHT, CHANGES.md--source-repository head-    type:       git-    location:   git://github.com/LeventErkok/FloatingHex.git--Library-  ghc-options     : -Wall-  default-language: Haskell2010-  Build-Depends   : base >= 4 && < 5, template-haskell-  Exposed-modules : Data.Numbers.FloatingHex+Name:                FloatingHex
+Version:             0.1
+x-revision: 1
+Synopsis:            Read and write hexadecimal floating point numbers
+Description:         Read and write hexadecimal floating point numbers. Provides a quasiquoter for
+                     entering hex-float literals, and a function for printing them in hexadecimal.
+                     .
+                     See: <http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf>, pages 57-58.
+                     We slightly diverge from the standard and do not allow for the "floating-suffix,"
+                     as the type inference of Haskell makes this unnecessary.
+                     .
+                     For details, please see: <http://github.com/LeventErkok/FloatingHex/>
+License:             BSD3
+License-file:        LICENSE
+Author:              Levent Erkok
+Maintainer:          erkokl@gmail.com
+Copyright:           Levent Erkok
+Category:            Tools
+Build-type:          Simple
+Cabal-version:       >= 1.10
+Extra-Source-Files:  INSTALL, README.md, COPYRIGHT, CHANGES.md
+
+source-repository head
+    type:       git
+    location:   git://github.com/LeventErkok/FloatingHex.git
+
+Library
+  ghc-options     : -Wall
+  default-language: Haskell2010
+  Build-Depends   : base >= 4 && < 5, template-haskell >= 2.10 && < 2.12
+  Exposed-modules : Data.Numbers.FloatingHex