Skip to content

Commit

Permalink
removed failing travis build, bumped version to 0.3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brunjlar committed Jun 17, 2016
1 parent 8ad9de6 commit 62fbfec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ matrix:
include:
# We grab the appropriate GHC and cabal-install versions from hvr's PPA. See:
# https://github.com/hvr/multi-ghc-travis
- env: BUILD=cabal GHCVER=7.10.3 CABALVER=1.22 HAPPYVER=1.19.5 ALEXVER=3.1.7
compiler: ": #GHC 7.10.3"
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3,happy-1.19.5,alex-3.1.7], sources: [hvr-ghc]}}

- env: BUILD=cabal GHCVER=8.0.1 CABALVER=1.22 HAPPYVER=1.19.5 ALEXVER=3.1.7
compiler: ": #GHC 8.0.1"
addons: {apt: {packages: [cabal-install-1.22,ghc-8.0.1,happy-1.19.5,alex-3.1.7], sources: [hvr-ghc]}}
Expand Down
4 changes: 2 additions & 2 deletions neural.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: neural
version: 0.2.1.0
version: 0.3.0.0
synopsis: Neural Networks in native Haskell
description:
The goal of `neural` is to provide a modular and flexible neural network library written in native Haskell.
Expand Down Expand Up @@ -167,5 +167,5 @@ source-repository head
source-repository this
type: git
location: https://github.com/brunjlar/neural.git
tag: 0.2.1.0
tag: 0.3.0.0

0 comments on commit 62fbfec

Please sign in to comment.