rebound 0.1.0.0 → 0.1.1.0
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~QuickCheckdep ~containersdep ~deepseq
Dependency ranges changed: QuickCheck, containers, deepseq, fin, vec
Files
- rebound.cabal +6/−6
rebound.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: rebound-version: 0.1.0.0+version: 0.1.1.0 description: Please see the README on GitHub at <https://github.com/sweirich/rebound> homepage: https://github.com/sweirich/rebound bug-reports: https://github.com/sweirich/rebound/issues@@ -43,12 +43,12 @@ common-stanza build-depends: base >= 4.15 && < 5.0- , containers >= 0.6.7 && < 0.7- , deepseq >= 1.4.8 && < 1.5- , fin >= 0.3 && < 0.4+ , QuickCheck >= 2.15.0.1 && < 2.16+ , containers >= 0.6.8 && < 0.7+ , deepseq >= 1.5.1 && < 1.6 , mtl >= 2.3.1 && < 2.4- , QuickCheck >= 2.14.3 && < 2.15- , vec >= 0.5 && < 0.6+ , fin >= 0.3.2 && < 0.4+ , vec >= 0.5.1 && < 0.6 exposed-modules: Rebound , Rebound.Classes