syb-extras 0.2.2 → 0.2.2.1
raw patch · 2 files changed
+4/−1 lines, 2 files
Files
- .travis.yml +1/−0
- syb-extras.cabal +3/−1
+ .travis.yml view
@@ -0,0 +1,1 @@+language: haskell
syb-extras.cabal view
@@ -1,6 +1,6 @@ name: syb-extras category: Polymorphism, Combinators, Generic-version: 0.2.2+version: 0.2.2.1 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE@@ -8,10 +8,12 @@ maintainer: Edward A. Kmett <ekmett@gmail.com> stability: provisional homepage: http://github.com/ekmett/syb-extras/+bug-reports: http://github.com/ekmett/syb-extras/issues copyright: Copyright (C) 2011 Edward A. Kmett synopsis: Higher order versions of the Scrap Your Boilerplate classes description: Higher order versions of the Scrap Your Boilerplate classes to ease programming with polymorphic recursion and reduce UndecidableInstances build-type: Simple+extra-source-files: .travis.yml source-repository head type: git