Rearrange dependencies and change bound of primitive

* Move exceptions, primitive and mtl under the boot section of
  build-depends
* Change lower bound of primitive from >= 0.5.4.0 to >= 0.5.4
This commit is contained in:
adithyaov 2020-02-07 17:53:31 +05:30 committed by Harendra Kumar
parent e1b3d69b99
commit eb512622d8

View File

@ -368,20 +368,20 @@ library
, containers >= 0.5 && < 0.7
, deepseq >= 1.4.1 && < 1.5
, directory >= 1.2.2 && < 1.4
, exceptions >= 0.8 && < 0.11
, ghc-prim >= 0.2 && < 0.6
, mtl >= 2.2 && < 3
, primitive >= 0.5.4 && < 0.8
, transformers >= 0.4 && < 0.6
, heaps >= 0.3 && < 0.4
, primitive >= 0.5.4.0 && < 0.8
, heaps >= 0.3 && < 0.4
-- concurrency
, atomic-primops >= 0.8 && < 0.9
, lockfree-queue >= 0.2.3 && < 0.3
-- transfomers
, exceptions >= 0.8 && < 0.11
, monad-control >= 1.0 && < 2
, mtl >= 2.2 && < 3
, transformers-base >= 0.4 && < 0.5
if !impl(ghcjs)