grenade.cabal: Tighten up constraints

This commit is contained in:
Erik de Castro Lopo 2016-06-28 21:55:07 +10:00
parent 9f2f70494f
commit 705a53affc

View File

@ -21,7 +21,7 @@ library
, mtl >= 2.2.1 && < 2.3
, parallel == 3.2.*
, primitive
, text >= 1.2
, text == 1.2.*
, transformers
, singletons
@ -57,7 +57,7 @@ executable feedforward
, attoparsec
, either
, optparse-applicative == 0.12.*
, text
, text == 1.2.*
, mtl >= 2.2.1 && < 2.3
, hmatrix
, transformers
@ -72,7 +72,7 @@ executable mnist
, attoparsec
, either
, optparse-applicative == 0.12.*
, text
, text == 1.2.*
, mtl >= 2.2.1 && < 2.3
, hmatrix
, transformers
@ -96,6 +96,6 @@ test-suite test
, ambiata-disorder-core
, hmatrix
, mtl
, text
, text == 1.2.*
, QuickCheck == 2.7.*
, quickcheck-instances == 0.3.*