💣 Machine learning which might blow up in your face 💣

bump/adjust all bounds

authored by

sorki and committed by
Erik de Castro Lopo
d5db3d0b 261860fb

+15 -15
+5 -5
examples/grenade-examples.cabal
··· 27 27 , cereal 28 28 , either 29 29 , optparse-applicative >= 0.13 && < 0.18 30 - , text == 1.2.* 30 + , text >= 1.2 31 31 , mtl >= 2.2.1 && < 2.3 32 32 , hmatrix 33 33 , transformers ··· 43 43 , attoparsec 44 44 , either 45 45 , optparse-applicative >= 0.13 && < 0.18 46 - , text == 1.2.* 46 + , text >= 1.2 47 47 , mtl >= 2.2.1 && < 2.3 48 48 , hmatrix >= 0.18 && < 0.21 49 49 , transformers ··· 62 62 , cereal 63 63 , either 64 64 , optparse-applicative >= 0.13 && < 0.18 65 - , text == 1.2.* 65 + , text >= 1.2 66 66 , mtl >= 2.2.1 && < 2.3 67 67 , hmatrix >= 0.18 && < 0.21 68 68 , transformers ··· 79 79 , attoparsec 80 80 , either 81 81 , optparse-applicative >= 0.13 && < 0.18 82 - , text == 1.2.* 82 + , text >= 1.2 83 83 , mtl >= 2.2.1 && < 2.3 84 84 , hmatrix >= 0.18 && < 0.21 85 85 , transformers ··· 97 97 , cereal 98 98 , either 99 99 , optparse-applicative >= 0.13 && < 0.18 100 - , text == 1.2.* 100 + , text >= 1.2 101 101 , mtl >= 2.2.1 && < 2.3 102 102 , hmatrix >= 0.18 && < 0.21 103 103 , transformers
+10 -10
grenade.cabal
··· 38 38 library 39 39 build-depends: 40 40 base >= 4.8 && < 5 41 - , bytestring >= 0.10.0 42 - , containers >= 0.5 && < 0.7 41 + , bytestring >= 0.10 && < 0.13 42 + , containers >= 0.5 && < 0.8 43 43 , cereal >= 0.5 && < 0.6 44 - , deepseq >= 1.4 && < 1.5 44 + , deepseq >= 1.4 && < 1.6 45 45 , hmatrix >= 0.18 && < 0.21 46 - , MonadRandom >= 0.4 && < 0.6 47 - , primitive >= 0.6 && < 0.8 46 + , MonadRandom >= 0.4 && < 0.7 47 + , primitive >= 0.6 && < 0.10 48 48 -- Versions of singletons are *tightly* coupled with the 49 49 -- GHC version so its fine to drop version bounds. 50 50 , singletons 51 51 , singletons-base 52 - , vector >= 0.11 && < 0.13 52 + , vector >= 0.11 && < 0.14 53 53 54 54 ghc-options: 55 55 -Wall ··· 161 161 build-depends: 162 162 base 163 163 , grenade 164 - , hedgehog >= 1.0 && < 1.1 164 + , hedgehog >= 1.0 && < 1.5 165 165 , hmatrix 166 166 , mtl 167 167 , singletons 168 - , text == 1.2.* 169 - , typelits-witnesses < 0.4 168 + , text >= 1.2 169 + , typelits-witnesses < 0.5 170 170 , transformers 171 171 , constraints 172 172 , MonadRandom ··· 191 191 build-depends: 192 192 base 193 193 , bytestring 194 - , criterion >= 1.1 && < 1.6 194 + , criterion >= 1.1 && < 1.7 195 195 , grenade 196 196 , hmatrix 197 197