Rodrigo Mesquita pushed to branch wip/romes/26202 at Glasgow Haskell Compiler / GHC

Commits:

2 changed files:

Changes:

  • cabal.project-reinstall
    ... ... @@ -69,6 +69,8 @@ constraints: ghc +internal-interpreter +dynamic-system-linke,
    69 69
                  any.pretty installed,
    
    70 70
                  any.template-haskell installed
    
    71 71
     
    
    72
    +package *
    
    73
    +    happy-options: --strict
    
    72 74
     
    
    73 75
     benchmarks: False
    
    74 76
     tests: False
    

  • utils/genprimopcode/genprimopcode.cabal
    ... ... @@ -32,4 +32,4 @@ Executable genprimopcode
    32 32
         Build-Depends: base       >= 4   && < 5,
    
    33 33
                        array
    
    34 34
         if flag(build-tool-depends)
    
    35
    -      build-tool-depends: alex:alex >= 3.2.6, happy:happy >= 1.20.0
    35
    +      build-tool-depends: alex:alex >= 3.2.6, happy:happy >= 2.1.5 || == 1.20.0 || == 1.20.1.1