Enable for Haskell files
Summary: Splitting out from D32204499 as requested skip-linter-coverage-verification Reviewed By: zertosh Differential Revision: D32279416 fbshipit-source-id: 203efc7eaebf4cfde42a9809a68157167f7d2324
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9d74728dfe
commit
e296095d36
@@ -1,12 +1,13 @@
|
|||||||
#!/usr/bin/env stack
|
#!/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
|
This source code is licensed under the MIT license found in the
|
||||||
in the root directory of this source tree.
|
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 #-}
|
{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{-# LANGUAGE ScopedTypeVariables #-}
|
{-# LANGUAGE ScopedTypeVariables #-}
|
||||||
|
|||||||
@@ -1,12 +1,13 @@
|
|||||||
#!/usr/bin/env stack
|
#!/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
|
This source code is licensed under the MIT license found in the
|
||||||
in the root directory of this source tree.
|
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 OverloadedStrings #-}
|
||||||
{-# LANGUAGE ScopedTypeVariables #-}
|
{-# LANGUAGE ScopedTypeVariables #-}
|
||||||
{-# LANGUAGE KindSignatures #-}
|
{-# LANGUAGE KindSignatures #-}
|
||||||
@@ -107,4 +108,4 @@ main = do
|
|||||||
|
|
||||||
exit =<< case (currentRes, prevRes) of
|
exit =<< case (currentRes, prevRes) of
|
||||||
(Just cur, Just prev) -> handleRes cur prev
|
(Just cur, Just prev) -> handleRes cur prev
|
||||||
_ -> handleErr
|
_ -> handleErr
|
||||||
|
|||||||
@@ -1,12 +1,13 @@
|
|||||||
#!/usr/bin/env stack
|
#!/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
|
This source code is licensed under the MIT license found in the
|
||||||
in the root directory of this source tree.
|
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
|
This script verifies that for a given version number, all Flipper artifacts were
|
||||||
|
|||||||
Reference in New Issue
Block a user