Fix primitive version bounds to < 0.7.1.

This commit is contained in:
Pranay Sashank 2020-06-26 19:19:08 +05:30
parent 30ddc28884
commit 9c6fe068a4
4 changed files with 2 additions and 7 deletions

View File

@ -3,7 +3,7 @@ name: Haskell CI
on:
push:
branches:
- master
- v0.7.2r1
pull_request:
jobs:

View File

@ -3,8 +3,6 @@
# variables here. See https://github.com/harendra-kumar/packcheck for all
# options and their explanation.
if: branch = master
# dist: trusty
dist: xenial
env:

View File

@ -2,9 +2,6 @@
# You can use any of the options supported by packcheck as environment
# variables here. See https://github.com/harendra-kumar/packcheck for all
# options and their explanation.
branches:
only:
- master
environment:
# ------------------------------------------------------------------------

View File

@ -384,7 +384,7 @@ library
, exceptions >= 0.8 && < 0.11
, ghc-prim >= 0.2 && < 0.7
, mtl >= 2.2 && < 3
, primitive >= 0.5.4 && < 0.8
, primitive >= 0.5.4 && < 0.7.1
, transformers >= 0.4 && < 0.6
, heaps >= 0.3 && < 0.4