More specific bounds on base

This is recommended by 'cabal check'
This commit is contained in:
Langston Barrett 2018-12-13 16:51:49 -08:00
parent f4b98b18ff
commit 9d4488f057

View File

@ -67,7 +67,7 @@ library
Control.Category.Reader
Control.Category.Structures
Data.Profunctor.Exposed
build-depends: base >= 4
build-depends: base >= 4.9 && <4.13
, profunctors == 5.*
, transformers
, lens == 4.*