Skip to content

Commit

Permalink
Upgrade to latest version of neil
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed May 11, 2019
1 parent d0ef4c2 commit 18e052a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ env:
- GHCVER=8.0.2
- GHCVER=8.2.2
- GHCVER=8.4.4
- GHCVER=8.6.1
- GHCVER=8.6.5
- GHCVER=head

script:
- curl -sSL https://raw.github.com/tomjaguarpaw/neil/stable4/travis.sh | sh -s tomjaguarpaw stable4
- curl -sSL https://raw.github.com/tomjaguarpaw/neil/stable5/travis.sh | sh -s tomjaguarpaw stable5

# To clear the caches go to
#
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Brief introduction to Opaleye [![Hackage version](https://img.shields.io/hackage/v/opaleye.svg?label=Hackage)](https://hackage.haskell.org/package/opaleye) [![Linux Build Status](https://img.shields.io/travis/tomjaguarpaw/haskell-opaleye/master.svg?label=Linux%20build)](https://travis-ci.org/tomjaguarpaw/haskell-opaleye)
# Brief introduction to Opaleye [![Hackage version](https://img.shields.io/hackage/v/opaleye.svg?label=Hackage)](https://hackage.haskell.org/package/opaleye) [![Linux build status](https://img.shields.io/travis/tomjaguarpaw/haskell-opaleye/master.svg?label=Linux%20build)](https://travis-ci.org/tomjaguarpaw/haskell-opaleye)

Opaleye is a Haskell library that provides an SQL-generating embedded
domain specific language for targeting Postgres. You need Opaleye if
Expand Down
2 changes: 1 addition & 1 deletion opaleye.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ extra-doc-files: README.md
CHANGELOG.md
*.md
Doc/*.md
tested-with: GHC==8.6.1, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2
tested-with: GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2

source-repository head
type: git
Expand Down

0 comments on commit 18e052a

Please sign in to comment.