Skip to content

Commit 907ec8b

Browse files
committed
bumped version to 1.5.6.0
1 parent f132b2b commit 907ec8b

File tree

2 files changed

+21
-29
lines changed

2 files changed

+21
-29
lines changed

.travis.yml

Lines changed: 19 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13,55 +13,49 @@ before_cache:
1313

1414
matrix:
1515
include:
16-
- env: CABALVER=1.16 GHCVER=7.0.1
17-
compiler: ": #GHC 7.0.1"
18-
addons: {apt: {packages: [cabal-install-1.16,ghc-7.0.1,happy-1.19.5], sources: [hvr-ghc]}}
19-
- env: CABALVER=1.16 GHCVER=7.0.2
20-
compiler: ": #GHC 7.0.2"
21-
addons: {apt: {packages: [cabal-install-1.16,ghc-7.0.2,happy-1.19.5], sources: [hvr-ghc]}}
22-
- env: CABALVER=1.16 GHCVER=7.0.3
23-
compiler: ": #GHC 7.0.3"
24-
addons: {apt: {packages: [cabal-install-1.16,ghc-7.0.3,happy-1.19.5], sources: [hvr-ghc]}}
25-
- env: CABALVER=1.16 GHCVER=7.0.4
26-
compiler: ": #GHC 7.0.4"
27-
addons: {apt: {packages: [cabal-install-1.16,ghc-7.0.4,happy-1.19.5], sources: [hvr-ghc]}}
2816
- env: CABALVER=1.16 GHCVER=7.4.1
2917
compiler: ": #GHC 7.4.1"
30-
addons: {apt: {packages: [cabal-install-1.16,ghc-7.4.1,happy-1.19.5], sources: [hvr-ghc]}}
18+
addons: {apt: {packages: [cabal-install-1.16,ghc-7.4.1], sources: [hvr-ghc]}}
3119
- env: CABALVER=1.16 GHCVER=7.4.2
3220
compiler: ": #GHC 7.4.2"
33-
addons: {apt: {packages: [cabal-install-1.16,ghc-7.4.2,happy-1.19.5], sources: [hvr-ghc]}}
21+
addons: {apt: {packages: [cabal-install-1.16,ghc-7.4.2], sources: [hvr-ghc]}}
3422
- env: CABALVER=1.16 GHCVER=7.6.1
3523
compiler: ": #GHC 7.6.1"
36-
addons: {apt: {packages: [cabal-install-1.16,ghc-7.6.1,happy-1.19.5], sources: [hvr-ghc]}}
24+
addons: {apt: {packages: [cabal-install-1.16,ghc-7.6.1], sources: [hvr-ghc]}}
3725
- env: CABALVER=1.16 GHCVER=7.6.2
3826
compiler: ": #GHC 7.6.2"
39-
addons: {apt: {packages: [cabal-install-1.16,ghc-7.6.2,happy-1.19.5], sources: [hvr-ghc]}}
27+
addons: {apt: {packages: [cabal-install-1.16,ghc-7.6.2], sources: [hvr-ghc]}}
4028
- env: CABALVER=1.16 GHCVER=7.6.3
4129
compiler: ": #GHC 7.6.3"
42-
addons: {apt: {packages: [cabal-install-1.16,ghc-7.6.3,happy-1.19.5], sources: [hvr-ghc]}}
30+
addons: {apt: {packages: [cabal-install-1.16,ghc-7.6.3], sources: [hvr-ghc]}}
4331
- env: CABALVER=1.18 GHCVER=7.8.1
4432
compiler: ": #GHC 7.8.1"
45-
addons: {apt: {packages: [cabal-install-1.18,ghc-7.8.1,happy-1.19.5], sources: [hvr-ghc]}}
33+
addons: {apt: {packages: [cabal-install-1.18,ghc-7.8.1], sources: [hvr-ghc]}}
4634
- env: CABALVER=1.18 GHCVER=7.8.2
4735
compiler: ": #GHC 7.8.2"
48-
addons: {apt: {packages: [cabal-install-1.18,ghc-7.8.2,happy-1.19.5], sources: [hvr-ghc]}}
36+
addons: {apt: {packages: [cabal-install-1.18,ghc-7.8.2], sources: [hvr-ghc]}}
4937
- env: CABALVER=1.18 GHCVER=7.8.3
5038
compiler: ": #GHC 7.8.3"
51-
addons: {apt: {packages: [cabal-install-1.18,ghc-7.8.3,happy-1.19.5], sources: [hvr-ghc]}}
39+
addons: {apt: {packages: [cabal-install-1.18,ghc-7.8.3], sources: [hvr-ghc]}}
5240
- env: CABALVER=1.18 GHCVER=7.8.4
5341
compiler: ": #GHC 7.8.4"
54-
addons: {apt: {packages: [cabal-install-1.18,ghc-7.8.4,happy-1.19.5], sources: [hvr-ghc]}}
42+
addons: {apt: {packages: [cabal-install-1.18,ghc-7.8.4], sources: [hvr-ghc]}}
5543
- env: CABALVER=1.22 GHCVER=7.10.1
5644
compiler: ": #GHC 7.10.1"
57-
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.1,happy-1.19.5], sources: [hvr-ghc]}}
45+
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.1], sources: [hvr-ghc]}}
5846
- env: CABALVER=1.22 GHCVER=7.10.2
5947
compiler: ": #GHC 7.10.2"
60-
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.2,happy-1.19.5], sources: [hvr-ghc]}}
48+
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.2], sources: [hvr-ghc]}}
49+
- env: CABALVER=1.22 GHCVER=7.10.3
50+
compiler: ": #GHC 7.10.3"
51+
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3], sources: [hvr-ghc]}}
52+
- env: CABALVER=1.24 GHCVER=8.0.1
53+
compiler: ": #GHC 8.0.1"
54+
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.1], sources: [hvr-ghc]}}
6155

6256
before_install:
6357
- unset CC
64-
- export PATH=/opt/happy/1.19.5/bin:/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH
58+
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH
6559

6660
install:
6761
- cabal --version
@@ -89,7 +83,7 @@ install:
8983
mkdir -p $HOME/.ghc $HOME/.cabal/lib $HOME/.cabal/share $HOME/.cabal/bin;
9084
cabal install --only-dependencies --enable-tests --enable-benchmarks;
9185
fi
92-
86+
9387
# snapshot package-db on cache miss
9488
- if [ ! -d $HOME/.cabsnap ];
9589
then

plugins.cabal

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: plugins
2-
version: 1.5.5.0
2+
version: 1.5.6.0
33
homepage: http://hub.darcs.net/stepcut/plugins
44
synopsis: Dynamic linking for Haskell and C objects
55
description: Dynamic linking and runtime evaluation of Haskell,
@@ -20,9 +20,7 @@ author: Don Stewart 2004..2010
2020
maintainer: Jeremy Shaw <jeremy@seereason.com>
2121
cabal-version: >= 1.6
2222
build-type: Configure
23-
Tested-with: GHC == 7.0.*
24-
-- not working , GHC == 7.2.*
25-
, GHC == 7.4.*
23+
Tested-with: GHC == 7.4.*
2624
, GHC == 7.6.*
2725
, GHC == 7.8.*
2826
, GHC == 7.10.*

0 commit comments

Comments
 (0)