Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 039e187

Browse files
author
Patrick Thomson
committed
Fix travis invocation and add more bounds.
1 parent 6685ef1 commit 039e187

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ before_install:
2828
- cabal --version
2929

3030
install:
31-
- cabal new-update hackage.haskell.org,HEAD
31+
- cabal new-update hackage.haskell.org
3232
- cabal new-configure --enable-tests --write-ghc-environment-files=always
3333
- cabal new-build --only-dependencies -j
3434

semantic.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ common dependencies
4949
, bytestring ^>= 0.10.8.2
5050
, containers ^>= 0.6.0.1
5151
, directory ^>= 1.3.3.0
52-
, fastsum
52+
, fastsum ^>= 0.1.1.0
5353
, filepath ^>= 1.4.2.1
5454
, free ^>= 5.1
5555
, fused-effects ^>= 0.4.0.0
@@ -59,11 +59,11 @@ common dependencies
5959
, machines ^>= 0.6.4
6060
, mtl ^>= 2.2.2
6161
, network ^>= 2.8.0.0
62-
, process
62+
, process ^>= 1.6.3.0
6363
, recursion-schemes ^>= 5.1
6464
, scientific ^>= 0.3.6.2
65-
, safe-exceptions
66-
, semilattices
65+
, safe-exceptions ^>= 0.1.7.0
66+
, semilattices ^>= 0.0.0.3
6767
, text ^>= 1.2.3.1
6868
, these >= 0.7 && <1
6969
, unix ^>= 2.7.2.2
@@ -309,11 +309,11 @@ library
309309
, stm-chans ^>= 3.0.0.4
310310
, template-haskell ^>= 2.14
311311
, time ^>= 1.8.0.2
312-
, unliftio-core
312+
, unliftio-core ^>= 0.1.2.0
313313
, unordered-containers ^>= 0.2.9.0
314314
, vector ^>= 0.12.0.2
315315
, tree-sitter-go ^>= 0.1.0.0
316-
, tree-sitter-haskell
316+
, tree-sitter-haskell ^>= 0.1.0.0
317317
, tree-sitter-json ^>= 0.1.0.0
318318
, tree-sitter-php ^>= 0.1.0.0
319319
, tree-sitter-python ^>= 0.1.0.1

0 commit comments

Comments
 (0)