$OpenBSD: patch-scientific_cabal,v 1.2 2019/09/30 12:58:10 kili Exp $

Stupid dependency changes not in contained in the distfile:

http://hackage.haskell.org/package/scientific-0.3.5.2/revisions/

Index: scientific.cabal
--- scientific.cabal.orig
+++ scientific.cabal
@@ -68,13 +68,13 @@ library
                        Utils
   other-extensions:    DeriveDataTypeable, BangPatterns
   ghc-options:         -Wall
-  build-depends:       base        >= 4.3   && < 4.10
+  build-depends:       base        >= 4.3   && < 5
                      , ghc-prim
                      , deepseq     >= 1.3   && < 1.5
                      , text        >= 0.8   && < 1.3
                      , hashable    >= 1.1.2 && < 1.3
-                     , vector      >= 0.5   && < 0.12
-                     , containers  >= 0.1   && < 0.6
+                     , vector      >= 0.5   && < 0.13
+                     , containers  >= 0.1   && < 0.7
                      , binary      >= 0.4.1 && < 0.9
 
   if flag(integer-simple)
@@ -98,7 +98,7 @@ test-suite test-scientific
   ghc-options:      -Wall
 
   build-depends: scientific
-               , base             >= 4.3   && < 4.10
+               , base             >= 4.3   && < 5
                , binary           >= 0.4.1 && < 0.9
                , tasty            >= 0.5   && < 0.12
                , tasty-ant-xml    >= 1.0   && < 1.1
@@ -120,5 +120,5 @@ benchmark bench-scientific
   default-language: Haskell2010
   ghc-options:      -O2
   build-depends:    scientific
-                  , base        >= 4.3   && < 4.10
+                  , base        >= 4.3   && < 5
                   , criterion   >= 0.5   && < 1.2
