Skip to content

Commit

Permalink
Allow to build with cabal
Browse files Browse the repository at this point in the history
The process to create these files is roughly:

1. run `stack2cabal`
2. work around cabal bugs (see haskell/cabal#5444)
3. disable tests to avoid build failures with --enable-tests from
   unrelated packages (cabal considers all packages defined via
   source-repository-package as *local* and will try to build its tests)
4. fix package constraints in cabal.project.freeze, where stackage
   constraings were overwritten in stack.yaml files (usually raising
   a version number)
  • Loading branch information
Julian Ospald committed Aug 11, 2020
1 parent 71c0b8f commit 2df6dc7
Show file tree
Hide file tree
Showing 2 changed files with 2,927 additions and 1 deletion.
Loading

0 comments on commit 2df6dc7

Please sign in to comment.