Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix elm build on cabal-install v3.2 #2159

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
packages: .
11 changes: 11 additions & 0 deletions elm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ Category: Compiler, Language
Cabal-version: >=1.9
Build-type: Simple

Data-files:
reactor/elm.json
reactor/check.py
reactor/src/*.elm
reactor/src/Index/*.elm
reactor/src/mock.txt
reactor/assets/favicon.ico
reactor/assets/styles.css
reactor/assets/source-sans-pro.ttf
reactor/assets/source-code-pro.ttf

source-repository head
type: git
location: git://github.com/elm/compiler.git
Expand Down