⬆️ Migrate to LTS-10.0

This commit is contained in:
Dmitry Kovanikov 2017-12-20 16:15:48 +03:00
parent 176205deb4
commit dc6734f41d
No known key found for this signature in database
GPG Key ID: 9824BEAFD9AF6A3E
5 changed files with 10 additions and 7 deletions

View File

@ -22,10 +22,10 @@ matrix:
env: GHCVER='8.0.1' STACK_YAML="$HOME/build/serokell/universum/stack-$GHCVER.yaml"
- ghc: 8.0.2
env: GHCVER='8.0.2' STACK_YAML="$HOME/build/serokell/universum/stack.yaml"
env: GHCVER='8.0.2' STACK_YAML="$HOME/build/serokell/universum/stack-$GHCVER.yaml"
- ghc: 8.2.2
env: GHCVER='8.2.2' STACK_YAML="$HOME/build/serokell/universum/stack-$GHCVER.yaml"
env: GHCVER='8.2.2' STACK_YAML="$HOME/build/serokell/universum/stack.yaml"
addons:

View File

@ -3,7 +3,9 @@ Universum
[![Build Status](https://travis-ci.org/serokell/universum.svg?branch=master)](https://travis-ci.org/serokell/universum)
[![Hackage](https://img.shields.io/hackage/v/universum.svg)](https://hackage.haskell.org/package/universum)
[![universum](http://stackage.org/package/universum/badge/nightly)](http://stackage.org/nightly/package/universum)
[![Stackage LTS](http://stackage.org/package/universum/badge/lts)](http://stackage.org/lts/package/universum)
[![Stackage Nightly](http://stackage.org/package/universum/badge/nightly)](http://stackage.org/nightly/package/universum)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
A custom prelude used in Serokell.

View File

@ -1,4 +1,4 @@
resolver: nightly-2017-10-08
resolver: lts-9.18
packages: [.]
nix:

View File

@ -1,4 +1,4 @@
resolver: lts-9.18
resolver: lts-10.0
packages: [.]
nix:

View File

@ -11,13 +11,14 @@ copyright: 2016 Stephen Diehl, 2016-2017 Serokell
category: Prelude
stability: stable
build-type: Simple
extra-source-files: CHANGES.md
cabal-version: >=1.10
cabal-version: >=1.18
bug-reports: https://github.com/serokell/universum/issues
tested-with: GHC == 7.10.3
, GHC == 8.0.1
, GHC == 8.0.2
, GHC == 8.2.2
extra-doc-files: CHANGES.md
, README.md
source-repository head
type: git