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