Skip to content

Commit 250cf78

Browse files
authored
Merge pull request #8060 from commercialhaskell/drop-no-revisions
remove no-revision list
2 parents 57a2734 + 0ac0354 commit 250cf78

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

build-constraints.yaml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9365,22 +9365,12 @@ hide:
93659365
- zip # conflicts with Codec.Archive.Zip in zip-archive
93669366

93679367

9368-
# Experimental: packages where Hackage cabal file revisions should be ignored.
9368+
# Packages where Hackage cabal file revisions should be ignored.
93699369
#
93709370
# This always use the cabal file shipped with the sdist tarball instead of the latest revision.
93719371
#
93729372
# This only supports pinning to the initial release (revision 0), not to an arbitrary revision.
9373-
no-revisions:
9374-
- mime-mail
9375-
- basement
9376-
- cryptonite
9377-
- foundation
9378-
- gauge
9379-
- http-download
9380-
- rio-prettyprint
9381-
- hi-file-parser
9382-
- aura
9383-
- hoogle # https://github.com/commercialhaskell/stackage/issues/7496
9373+
no-revisions: []
93849374

93859375
# Note, this no longer actually does anything with curator2 unfortunately:
93869376
# Do not build these packages in parallel with others. Useful for high memory

0 commit comments

Comments
 (0)