Update bump dependencies

Summary: Update to latest LTS, remove some unnecessary options.

Reviewed By: danielbuechele

Differential Revision: D17571303

fbshipit-source-id: e7eeaec7eb011d814f78126f2cd7862361faa285
This commit is contained in:
Pascal Hartig
2019-09-26 06:42:01 -07:00
committed by Facebook Github Bot
parent 12f766a080
commit c907e53189
3 changed files with 3 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env stack #!/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. Copyright (c) Facebook, Inc. and its affiliates.

View File

@@ -1,5 +1,5 @@
name: bump name: bump
version: 0.1.0.1 version: 0.2.0
dependencies: dependencies:
- base >= 4.7 && < 5 - base >= 4.7 && < 5
@@ -12,5 +12,3 @@ executables:
bump: bump:
source-dirs: . source-dirs: .
main: bump.hs main: bump.hs
ghc-options: -O2 -optl-s
ld-options: -static -fuse-ld=gold

View File

@@ -1,7 +1,3 @@
packages: packages:
- . - .
resolver: lts-12.14 resolver: lts-14.7
build:
split-objs: true