packages feed

Cabal revisions of exact-pi-0.5.0.1

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

revision 1
 name:                exact-pi
 version:             0.5.0.1
+x-revision: 1
 synopsis:            Exact rational multiples of pi (and integer powers of pi)
 description:         Provides an exact representation for rational multiples of pi alongside an approximate representation of all reals.
                      Useful for storing and computing with conversion factors between physical units.
   build-depends:       base >=4.7 && <4.13,
                        exact-pi,
                        numtype-dk >= 0.5,
-                       QuickCheck >=2.10 && <2.12,
-                       tasty >=0.10 && <1.2,
+                       QuickCheck >=2.10,
+                       tasty >=0.10,
                        tasty-hunit >=0.9 && <0.11,
                        tasty-quickcheck >= 0.9 && <0.11
   if impl(ghc < 8.0)
revision 2
 name:                exact-pi
 version:             0.5.0.1
-x-revision: 1
+x-revision: 2
 synopsis:            Exact rational multiples of pi (and integer powers of pi)
 description:         Provides an exact representation for rational multiples of pi alongside an approximate representation of all reals.
                      Useful for storing and computing with conversion factors between physical units.
 
 test-suite spec
   main-is:             Test.hs
-  build-depends:       base >=4.7 && <4.13,
+  build-depends:       base >=4.7 && <5,
                        exact-pi,
                        numtype-dk >= 0.5,
                        QuickCheck >=2.10,