diff --git a/scripts/bump/bump.hs b/scripts/bump/bump.hs index 716075667..06870c8ae 100755 --- a/scripts/bump/bump.hs +++ b/scripts/bump/bump.hs @@ -1,12 +1,13 @@ #!/usr/bin/env stack --- 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. -This source code is licensed under the MIT license found in the LICENSE file -in the root directory of this source tree. + This source code is licensed under the MIT license found in the + LICENSE file in the root directory of this source tree. -} +-- stack --resolver lts-14.7 --install-ghc runghc --package turtle --package system-filepath --package foldl + {-# OPTIONS_GHC -fno-warn-name-shadowing #-} {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE ScopedTypeVariables #-} diff --git a/scripts/stricter/stricter.hs b/scripts/stricter/stricter.hs index 5178612c9..9f55668e2 100755 --- a/scripts/stricter/stricter.hs +++ b/scripts/stricter/stricter.hs @@ -1,12 +1,13 @@ #!/usr/bin/env stack --- stack --resolver lts-14.3 --install-ghc runghc --package turtle --package system-filepath --package foldl --package typed-process --package bytestring {- -Copyright (c) Facebook, Inc. and its affiliates. + Copyright (c) Facebook, Inc. and its affiliates. -This source code is licensed under the MIT license found in the LICENSE file -in the root directory of this source tree. + This source code is licensed under the MIT license found in the + LICENSE file in the root directory of this source tree. -} +-- stack --resolver lts-14.3 --install-ghc runghc --package turtle --package system-filepath --package foldl --package typed-process --package bytestring + {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE KindSignatures #-} @@ -107,4 +108,4 @@ main = do exit =<< case (currentRes, prevRes) of (Just cur, Just prev) -> handleRes cur prev - _ -> handleErr \ No newline at end of file + _ -> handleErr diff --git a/scripts/verify-bintray-upload.hs b/scripts/verify-bintray-upload.hs index eb428743d..3e4c9c022 100755 --- a/scripts/verify-bintray-upload.hs +++ b/scripts/verify-bintray-upload.hs @@ -1,12 +1,13 @@ #!/usr/bin/env stack --- stack --resolver lts-9.0 --install-ghc runghc --package turtle --package system-filepath --package pseudomacros --package megaparsec --package bifunctors {- -Copyright (c) Facebook, Inc. and its affiliates. + Copyright (c) Facebook, Inc. and its affiliates. -This source code is licensed under the MIT license found in the LICENSE file -in the root directory of this source tree. + This source code is licensed under the MIT license found in the + LICENSE file in the root directory of this source tree. -} +-- stack --resolver lts-9.0 --install-ghc runghc --package turtle --package system-filepath --package pseudomacros --package megaparsec --package bifunctors + {- This script verifies that for a given version number, all Flipper artifacts were