Skip to content
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