Skip to content

Commit

Permalink
Freeze cabal dependencies
Browse files Browse the repository at this point in the history
To easily package stack to various distributions, one should be able to
bootstrap stack without relying on stack binary. So many package
maintainers use cabal-install to build stack from source code.

Due to recent update of aeson-2.0.0.0, stack can no longer be built with
cabal-install. So I hereby send a PR to freeze cabal dependencies using
stackage 17.15 LTS.

Reference:
  https://hackage.haskell.org/package/stack2cabal
  • Loading branch information
simnalamburt committed Mar 31, 2022
1 parent 80c5860 commit fc95a26
Show file tree
Hide file tree
Showing 3 changed files with 2,675 additions and 1 deletion.
8 changes: 8 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
packages:
./

allow-older: *
allow-newer: *

package stack
ghc-options: -fhide-source-paths
Loading

0 comments on commit fc95a26

Please # to comment.