We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56074fc commit f2e5c73Copy full SHA for f2e5c73
2 files changed
.travis.yml
@@ -0,0 +1,5 @@
1
+language: haskell
2
+ghc:
3
+ - '7.6'
4
+ - '7.8'
5
+ - '7.10'
README.md
@@ -1,4 +1,4 @@
-# Data.Codec
+# Data.Codec [](https://travis-ci.org/chpatrick/codec)
Tired of writing complementary `parseJSON`/`toJSON`, `peek`/`poke` or Binary `get`/`put` functions?
0 commit comments