packages feed

Cabal revisions of decimal-literals-0.1.0.1

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

revision 1
--- Initial decimal-literals.cabal generated by cabal init.  For further --- documentation, see http://haskell.org/cabal/users-guide/--name:                decimal-literals-version:             0.1.0.1-synopsis:            Preprocessing decimal literals more or less as they are (instead of via fractions)--- description:         -license:             GPL-3-license-file:        LICENSE-author:              Justus Sagemüller-maintainer:          (@) jsagemue $ uni-koeln.de-homepage:            https://github.com/leftaroundabout/decimal-literals--- copyright:           -category:            Math-build-type:          Simple-extra-source-files:  ChangeLog.md-cabal-version:       >=1.10--library-  exposed-modules:     Numeric.Literals.Decimal-  -- other-modules:       -  -- other-extensions:    -  build-depends:       base >=4.8 && <4.14-  -- hs-source-dirs:      -  default-language:    Haskell2010--test-suite test-  default-language:-    Haskell2010-  type:-    exitcode-stdio-1.0-  hs-source-dirs:-    test/tasty-  main-is:-    test.hs-  build-depends:-      base >= 4 && < 5-    , tasty >= 0.7-    , tasty-hunit-    , decimal-literals-+-- Initial decimal-literals.cabal generated by cabal init.  For further 
+-- documentation, see http://haskell.org/cabal/users-guide/
+
+name:                decimal-literals
+version:             0.1.0.1
+x-revision: 1
+synopsis:            Preprocessing decimal literals more or less as they are (instead of via fractions)
+-- description:         
+license:             GPL-3
+license-file:        LICENSE
+author:              Justus Sagemüller
+maintainer:          (@) jsag $ hvl.no
+homepage:            https://github.com/leftaroundabout/decimal-literals
+-- copyright:           
+category:            Math
+build-type:          Simple
+extra-source-files:  ChangeLog.md
+cabal-version:       >=1.10
+
+library
+  exposed-modules:     Numeric.Literals.Decimal
+  -- other-modules:       
+  -- other-extensions:    
+  build-depends:       base >=4.8 && <4.14
+  -- hs-source-dirs:      
+  default-language:    Haskell2010
+
+test-suite test
+  default-language:
+    Haskell2010
+  type:
+    exitcode-stdio-1.0
+  hs-source-dirs:
+    test/tasty
+  main-is:
+    test.hs
+  build-depends:
+      base >= 4 && < 5
+    , tasty >= 0.7
+    , tasty-hunit
+    , decimal-literals
+
revision 2
 
 name:                decimal-literals
 version:             0.1.0.1
-x-revision: 1
+x-revision: 2
 synopsis:            Preprocessing decimal literals more or less as they are (instead of via fractions)
 -- description:         
 license:             GPL-3
   exposed-modules:     Numeric.Literals.Decimal
   -- other-modules:       
   -- other-extensions:    
-  build-depends:       base >=4.8 && <4.14
+  build-depends:       base >=4.8 && <4.18
   -- hs-source-dirs:      
   default-language:    Haskell2010
 
revision 3
 
 name:                decimal-literals
 version:             0.1.0.1
-x-revision: 2
+x-revision: 3
 synopsis:            Preprocessing decimal literals more or less as they are (instead of via fractions)
 -- description:         
 license:             GPL-3
   exposed-modules:     Numeric.Literals.Decimal
   -- other-modules:       
   -- other-extensions:    
-  build-depends:       base >=4.8 && <4.18
+  build-depends:       base >=4.8 && <4.19
   -- hs-source-dirs:      
   default-language:    Haskell2010
 
revision 4
 
 name:                decimal-literals
 version:             0.1.0.1
-x-revision: 3
+x-revision: 4
 synopsis:            Preprocessing decimal literals more or less as they are (instead of via fractions)
 -- description:         
 license:             GPL-3
   exposed-modules:     Numeric.Literals.Decimal
   -- other-modules:       
   -- other-extensions:    
-  build-depends:       base >=4.8 && <4.19
+  build-depends:       base >=4.8 && <4.21
   -- hs-source-dirs:      
   default-language:    Haskell2010