commercialhaskell / stackage

Stable Haskell package sets: vetted consistent packages from Hackage
https://www.stackage.org/
MIT License
530 stars 805 forks source link

cond-0.5.1 out of bounds for mappings-0.1.0.0 #7179

Closed DanBurton closed 11 months ago

DanBurton commented 11 months ago

cond-0.5.1 (changelog) (Adam Curtis kallisti.dev@gmail.com @kallisti-dev) is out of bounds for:

DanBurton commented 11 months ago

Now there's a build failure with mappings-0.2.0.0

       [1 of 5] Compiling Data.Mapping.DecisionSpec

       /home/curators/work/unpack-dir/unpacked/mappings-0.2.0.0-0fa46349422a00da
ec14242fc9bcab98131f6d76abc0b65733f63d111c433830/test/Data/Mapping/DecisionSpec.
hs:86:68: error: [GHC-83865]
           • Couldn't match expected type: AlgebraWrapper
                                             k30 (Decision Bool m3 String) Bool
                         with actual type: Decision Bool OnBool String Bool
           • In the first argument of ‘(&&)’, namely ‘x’
             In the first argument of ‘algebraUnwrap’, namely ‘(x && y)’
             In the second argument of ‘listTrue’, namely
               ‘(algebraUnwrap (x && y))’
          |
       86 |       S.fromList (listTrue (S.fromList ["x", "y"]) (algebraUnwrap (x
 && y)))
          |                                                                    ^
jcranch commented 11 months ago

I hope that 0.2.2.0 fixes this. I have spent a little while today getting CI working with the .cabal file produced by stack, and it did run.

jcranch commented 11 months ago

Just giving this a nudge. Does 0.2.2.0 fix this?

alaendle commented 11 months ago

@jcranch - yes it is fixed, many thanks - both packages are included in stackage nightly at their latest versions.