Cabal revisions of matrix-0.3.4.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: matrix Version: 0.3.4.1 +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 && < 4.8 , vector >= 0.10 && < 0.11 , deepseq >= 1.3.0.0 && < 1.5 , 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 -fstatic-argument-transformation 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 type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Examples.hs - build-depends: base == 4.* + build-depends: base >= 4.5 && < 5 , matrix