mirror of
https://github.com/google/ghc-source-gen.git
synced 2024-11-25 20:42:03 +03:00
Stack 9.0 new nightly (#96)
* Make Cabal 3.7 happy * Roll forward stack-9.0.yaml to use resolver: nightly-2022-02-12 Co-authored-by: Bodigrim <andrew.lelechenko@gmail.com>
This commit is contained in:
parent
72e2de1355
commit
70963ae934
@ -1,6 +1,6 @@
|
||||
cabal-version: 1.12
|
||||
|
||||
-- This file has been generated from package.yaml by hpack version 0.34.4.
|
||||
-- This file has been generated from package.yaml by hpack version 0.34.6.
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
|
||||
@ -72,17 +72,11 @@ library
|
||||
GHC.Hs.ImpExp
|
||||
GHC.Hs.Lit
|
||||
GHC.Hs.Pat
|
||||
GHC.Hs.Type
|
||||
GHC.Hs.Utils
|
||||
GHC.Driver.Monad
|
||||
GHC.Driver.Session
|
||||
GHC.Utils.Outputable
|
||||
GHC.Types.Basic
|
||||
GHC.Plugins
|
||||
GHC.Tc.Types.Evidence
|
||||
hs-source-dirs:
|
||||
compat
|
||||
if impl(ghc>=8.10) && impl(ghc<9.0)
|
||||
default-language: Haskell2010
|
||||
if impl(ghc<9.0)
|
||||
other-modules:
|
||||
GHC.Hs.Type
|
||||
GHC.Driver.Monad
|
||||
@ -91,9 +85,9 @@ library
|
||||
GHC.Types.Basic
|
||||
GHC.Plugins
|
||||
GHC.Tc.Types.Evidence
|
||||
if impl(ghc>=8.10) && impl(ghc<9.0)
|
||||
hs-source-dirs:
|
||||
compat-8.10
|
||||
default-language: Haskell2010
|
||||
|
||||
test-suite name_test
|
||||
type: exitcode-stdio-1.0
|
||||
|
32
package.yaml
32
package.yaml
@ -52,26 +52,22 @@ library:
|
||||
- GHC.Hs.ImpExp
|
||||
- GHC.Hs.Lit
|
||||
- GHC.Hs.Pat
|
||||
- GHC.Hs.Type
|
||||
- GHC.Hs.Utils
|
||||
- GHC.Driver.Monad
|
||||
- GHC.Driver.Session
|
||||
- GHC.Utils.Outputable
|
||||
- GHC.Types.Basic
|
||||
- GHC.Plugins
|
||||
- GHC.Tc.Types.Evidence
|
||||
|
||||
- condition: impl(ghc>=8.10) && impl(ghc<9.0)
|
||||
source-dirs: compat-8.10
|
||||
other-modules:
|
||||
- GHC.Hs.Type
|
||||
- GHC.Driver.Monad
|
||||
- GHC.Driver.Session
|
||||
- GHC.Utils.Outputable
|
||||
- GHC.Types.Basic
|
||||
- GHC.Plugins
|
||||
- GHC.Tc.Types.Evidence
|
||||
|
||||
verbatim: |
|
||||
if impl(ghc<9.0)
|
||||
other-modules:
|
||||
GHC.Hs.Type
|
||||
GHC.Driver.Monad
|
||||
GHC.Driver.Session
|
||||
GHC.Utils.Outputable
|
||||
GHC.Types.Basic
|
||||
GHC.Plugins
|
||||
GHC.Tc.Types.Evidence
|
||||
if impl(ghc>=8.10) && impl(ghc<9.0)
|
||||
hs-source-dirs:
|
||||
compat-8.10
|
||||
|
||||
source-dirs: src
|
||||
other-modules:
|
||||
- GHC.SourceGen.Binds.Internal
|
||||
|
@ -4,7 +4,7 @@
|
||||
# license that can be found in the LICENSE file or at
|
||||
# https://developers.google.com/open-source/licenses/bsd
|
||||
|
||||
resolver: nightly-2021-11-14
|
||||
resolver: nightly-2022-02-12
|
||||
|
||||
packages:
|
||||
- .
|
||||
|
Loading…
Reference in New Issue
Block a user