We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a06adf commit 69ee759Copy full SHA for 69ee759
2 files changed
.travis.yml
@@ -2,4 +2,3 @@ language: haskell
2
ghc:
3
- '7.6'
4
- '7.8'
5
- - '7.10'
codec.cabal
@@ -124,11 +124,11 @@ test-suite Examples
124
Examples.JSON,
125
Examples.Multi,
126
Examples.Tar
127
- build-depends: base >=4.8,
+ build-depends: base >=4.6,
128
bytestring >=0.10,
129
binary >=0.7,
130
binary-bits >=0.5,
131
- template-haskell >=2.10,
+ template-haskell >=2.8,
132
mtl >= 2.2.1,
133
aeson >= 0.8.0.2,
134
text >= 1.2.0.4,
0 commit comments