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:
Simon Marlow
2021-11-10 22:14:27 -08:00
committed by Facebook GitHub Bot
parent 9d74728dfe
commit e296095d36
3 changed files with 16 additions and 13 deletions

View File

@@ -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 #-}

View File

@@ -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 #-}

View File

@@ -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