correct the singletons upper bound in ihaskell-widgets.cabal

This commit is contained in:
artuuge 2015-10-12 00:26:09 +02:00
parent 8104d98f7b
commit 6b9a5ee687

View File

@ -104,7 +104,7 @@ library
, nats -any
, vinyl >= 0.5
, vector -any
, singletons >= 0.9.0 && <2.0.0.0
, singletons >= 0.9.0 && <2.0
, scientific -any
, unix -any