representable-functors 2.4.0.1 → 2.4.0.2
raw patch · 2 files changed
+4/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- .travis.yml +1/−0
- representable-functors.cabal +3/−1
+ .travis.yml view
@@ -0,0 +1,1 @@+language: haskell
representable-functors.cabal view
@@ -1,6 +1,6 @@ name: representable-functors category: Monads, Functors, Data Structures-version: 2.4.0.1+version: 2.4.0.2 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/representable-functors/+bug-reports: http://github.com/ekmett/representable-functors/issues copyright: Copyright (C) 2011 Edward A. Kmett synopsis: Representable functors description: Representable functors build-type: Simple+extra-source-files: .travis.yml source-repository head type: git