matrix-as-xyz 0.1.1.2 → 0.1.1.3
raw patch · 1 files changed
+6/−10 lines, 1 filesdep ~QuickCheckdep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, hspec
API changes (from Hackage documentation)
Files
- matrix-as-xyz.cabal +6/−10
matrix-as-xyz.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: ac8c4ca86e5d698f3895b5e1bc712a870372356232619ffb9f9a63774eb05499+-- hash: defaa1a3cd8a332c2f80308c2d0d0183c9b16d442da980b984fc4b71f8bbb454 name: matrix-as-xyz-version: 0.1.1.2+version: 0.1.1.3 synopsis: Read and Display representation of matrix like "x,y,z" description: Please see the README on GitHub at <https://github.com/narumij/matrix-as-xyz#readme> category: Chemistry@@ -37,9 +37,7 @@ hs-source-dirs: src build-depends:- QuickCheck >=2.4 && <3- , base >=4.8 && <5- , hspec >=2.4 && <3+ base >=4.8 && <5 , matrix >=0.3.5 && <1 , parsec >=3.1 && <4 default-language: Haskell2010@@ -51,10 +49,8 @@ Paths_matrix_as_xyz ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends:- QuickCheck >=2.4 && <3- , base >=4.8 && <5+ base >=4.8 && <5 , doctest- , hspec >=2.4 && <3 , matrix >=0.3.5 && <1 , matrix-as-xyz , parsec >=3.1 && <4@@ -71,9 +67,9 @@ test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends:- QuickCheck >=2.4 && <3+ QuickCheck , base >=4.8 && <5- , hspec >=2.4 && <3+ , hspec , matrix >=0.3.5 && <1 , matrix-as-xyz , parsec >=3.1 && <4