Skip to content

Commit 69ee759

Browse files
committed
No 7.10 on Travis yet.
1 parent 8a06adf commit 69ee759

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ language: haskell
22
ghc:
33
- '7.6'
44
- '7.8'
5-
- '7.10'

codec.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ test-suite Examples
124124
Examples.JSON,
125125
Examples.Multi,
126126
Examples.Tar
127-
build-depends: base >=4.8,
127+
build-depends: base >=4.6,
128128
bytestring >=0.10,
129129
binary >=0.7,
130130
binary-bits >=0.5,
131-
template-haskell >=2.10,
131+
template-haskell >=2.8,
132132
mtl >= 2.2.1,
133133
aeson >= 0.8.0.2,
134134
text >= 1.2.0.4,

0 commit comments

Comments
 (0)