packages feed

Cabal revisions of matrix-0.3.2.0

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

revision 1
 Name: matrix
 Version: 0.3.2.0
+x-revision: 1
 Author: Daniel Díaz
 Category: Math
 Build-type: Simple
   location: git://github.com/Daniel-Diaz/matrix.git
 
 Library
-  Build-depends: base == 4.*
+  Build-depends: base >= 4.5 && < 5
                , vector >= 0.10 && < 0.11
                , deepseq >= 1.3.0.0 && < 1.4
                , primitive >= 0.5 && < 0.6
   type: exitcode-stdio-1.0
   hs-source-dirs: bench
   main-is: mult.hs
-  build-depends: base == 4.*
+  build-depends: base >= 4.5 && < 5
                , matrix
                , criterion
   ghc-options: -O2
   type: exitcode-stdio-1.0
   hs-source-dirs: test
   main-is: Main.hs
-  build-depends: base == 4.*
+  build-depends: base >= 4.5 && < 5
                , matrix
                , tasty
                , QuickCheck