Add upper bounds to all deps

pull/5/head
Lennart Spitzner 2018-04-13 20:52:03 +02:00
parent 99393b929a
commit 7c68d54368
1 changed files with 10 additions and 10 deletions

View File

@ -43,19 +43,19 @@ library
UI.Butcher.Monadic.Internal.Core UI.Butcher.Monadic.Internal.Core
build-depends: build-depends:
{ base >=4.9 && <4.12 { base >=4.9 && <4.12
, free , free < 5.1
, unsafe , unsafe < 0.1
, microlens <0.5 , microlens <0.5
, microlens-th <0.5 , microlens-th <0.5
, multistate >=0.8 && <0.9 , multistate >=0.8 && <0.9
, pretty , pretty <1.2
, containers , containers <0.6
, transformers , transformers <0.6
, mtl , mtl <2.3
, extra , extra <1.7
, void , void <0.8
, bifunctors , bifunctors <5.6
, deque , deque <0.3
} }
if flag(butcher-dev) { if flag(butcher-dev) {
build-depends: build-depends: