Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed May 11, 2012
1 parent 1b0ba75 commit e008d7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
@@ -0,0 +1 @@
language: haskell
4 changes: 3 additions & 1 deletion reducers.cabal
@@ -1,17 +1,19 @@
name: reducers
category: Data, Math, Numerical, Semigroups
version: 0.3
version: 0.3.0.1
license: BSD3
cabal-version: >= 1.6
license-file: LICENSE
author: Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: provisional
homepage: http://github.com/ekmett/reducers/
bug-reports: http://github.com/ekmett/reducers/issues
copyright: Copyright (C) 2008-2011 Edward A. Kmett
synopsis: Semigroups, specialized containers and a general map/reduce framework
description: Semigroups, specialized containers and a general map/reduce framework
build-type: Simple
extra-source-files: .travis.yml

source-repository head
type: git
Expand Down

0 comments on commit e008d7b

Please sign in to comment.