packages feed

Cabal revisions of bed-and-breakfast-0.4.2

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

revision 1
 Name:           bed-and-breakfast Version:        0.4.2+x-revision: 1 Synopsis:       Efficient Matrix operations in 100% Haskell. Description:    Efficient Matrix operations in 100% Haskell.                 . Library     Exposed-Modules:    Numeric.Matrix,                         Numeric.Matrix.Sugar-    Build-Depends:      base >= 4.5 && < 5,+    Build-Depends:      base >= 4.5 && < 4.7,                         deepseq >= 1.3,                         array >= 0.4,                         binary >= 0.5,     type:           exitcode-stdio-1.0     main-is:        quickcheck-tests.hs     GHC-Options:    -O2-    build-depends:  base >= 4.5 && < 5,+    build-depends:  base >= 4.5 && < 4.7,                     bed-and-breakfast == 0.3.2,                     QuickCheck >= 2.4.2--