From c907e531895b895657296bc23352ce7a88ac246b Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 26 Sep 2019 06:42:01 -0700 Subject: [PATCH] Update bump dependencies Summary: Update to latest LTS, remove some unnecessary options. Reviewed By: danielbuechele Differential Revision: D17571303 fbshipit-source-id: e7eeaec7eb011d814f78126f2cd7862361faa285 --- scripts/bump/bump.hs | 2 +- scripts/bump/package.yaml | 4 +--- scripts/bump/stack.yaml | 6 +----- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/scripts/bump/bump.hs b/scripts/bump/bump.hs index 61ba9f88a..5dfdbf133 100755 --- a/scripts/bump/bump.hs +++ b/scripts/bump/bump.hs @@ -1,5 +1,5 @@ #!/usr/bin/env stack --- stack --resolver lts-13.4 --install-ghc runghc --package turtle --package system-filepath --package foldl +-- stack --resolver lts-14.7 --install-ghc runghc --package turtle --package system-filepath --package foldl {- Copyright (c) Facebook, Inc. and its affiliates. diff --git a/scripts/bump/package.yaml b/scripts/bump/package.yaml index 2cdaeb3fd..99a4123c3 100644 --- a/scripts/bump/package.yaml +++ b/scripts/bump/package.yaml @@ -1,5 +1,5 @@ name: bump -version: 0.1.0.1 +version: 0.2.0 dependencies: - base >= 4.7 && < 5 @@ -12,5 +12,3 @@ executables: bump: source-dirs: . main: bump.hs - ghc-options: -O2 -optl-s - ld-options: -static -fuse-ld=gold diff --git a/scripts/bump/stack.yaml b/scripts/bump/stack.yaml index bc4f50ee1..3032b236f 100644 --- a/scripts/bump/stack.yaml +++ b/scripts/bump/stack.yaml @@ -1,7 +1,3 @@ packages: - . -resolver: lts-12.14 - -build: - split-objs: true - +resolver: lts-14.7