Skip to content

Commit

Permalink
Update to lts 13.10 (#172)
Browse files Browse the repository at this point in the history
* Version bump to 0.19.1.56
* Update to LTS-13.10
  • Loading branch information
tmspzz authored Mar 4, 2019
1 parent f3ac8c3 commit 7a99ef4
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 25 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
include:
- stage: "Build"
name: "Build Rome & Test Dymanic Frameworks"
env:
- ARGS="--resolver=lts-12.17"
before_install:
# Update Homebrew
- brew update
Expand Down Expand Up @@ -49,8 +47,6 @@ jobs:
- travis_wait 60 bats integration-tests/dynamic-frameworks-yml.bats
- stage: "Build"
name: "Build Rome & Test Current Frameworks"
env:
- ARGS="--resolver=lts-12.17"
before_install:
# Update Homebrew
- brew update
Expand Down Expand Up @@ -86,8 +82,6 @@ jobs:
- travis_wait 60 bats integration-tests/current-framework-named-yaml.bats
- stage: "Build"
name: "Build Rome & Test Static Frameworks"
env:
- ARGS="--resolver=lts-12.17"
before_install:
# Update Homebrew
- brew update
Expand Down Expand Up @@ -122,6 +116,9 @@ jobs:
- travis_wait 60 bats integration-tests/static-frameworks-ini.bats
- travis_wait 60 bats integration-tests/static-frameworks-yml.bats

env:
- ARGS="--resolver=lts-13.10"

cache:
directories:
- $HOME/.local/bin
Expand Down
6 changes: 3 additions & 3 deletions Rome.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Rome
version: 0.19.0.55
version: 0.19.1.56
synopsis: A cache for Carthage
description: Please see README.md
homepage: https://github.com/blender/Rome
Expand Down Expand Up @@ -38,8 +38,8 @@ library
, Caches.Common

build-depends: base >= 4.7 && < 5
, amazonka >= 1.6
, amazonka-s3 >= 1.6
, amazonka >= 1.6.1
, amazonka-s3 >= 1.6.1
, exceptions >= 0.8
, lens >= 4.13
, parsec >= 3.1.10
Expand Down
2 changes: 1 addition & 1 deletion Rome.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Rome'
s.version = '0.19.0.55'
s.version = '0.19.1.56'
s.summary = 'A cache tool for Carthage'
s.homepage = 'https://github.com/blender/Rome'
s.source = { :http => "#{s.homepage}/releases/download/v#{s.version}/rome.zip" }
Expand Down
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import System.Exit


romeVersion :: RomeVersion
romeVersion = (0, 19, 0, 55)
romeVersion = (0, 19, 1, 56)



Expand Down
28 changes: 14 additions & 14 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# resolver:
# name: custom-snapshot
# location: "./custom-snapshot.yaml"
resolver: lts-12.17
resolver: lts-13.10

# User packages to be built.
# Various formats can be used as shown in the example below.
Expand All @@ -35,21 +35,21 @@ resolver: lts-12.17
# A package marked 'extra-dep: true' will only be built if demanded by a
# non-dependency (i.e. a user package), and its test suites and benchmarks
# will not be run. This is useful for tweaking upstream packages.
packages:
- '.'
- location:
git: https://github.com/brendanhay/amazonka
commit: c9d8a62118b2269fb54b1e89c4e92106e8243050
subdirs:
- amazonka
- core
- amazonka-s3
extra-dep: true
# packages:
# - '.'
# - location:
# git: https://github.com/brendanhay/amazonka
# commit: c9d8a62118b2269fb54b1e89c4e92106e8243050
# subdirs:
# - amazonka
# - core
# - amazonka-s3
# extra-dep: true
# Dependency packages to be pulled from upstream that are not in the resolver
# (e.g., acme-missiles-0.3)
extra-deps:
- url-2.1.3
- yaml-0.9.0
#extra-deps:
#- url-2.1.3
#- yaml-0.9.0
# Override default flag values for local packages and extra-deps
flags: {}

Expand Down

0 comments on commit 7a99ef4

Please sign in to comment.