Skip to content

Commit

Permalink
generate stack with extra extra-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leepike committed Aug 11, 2017
1 parent d057413 commit f7674ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Gidl/Backend/Ivory.hs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ stackfile ivory = artifactText "stack.yaml" $
, text " - language-c-quote-0.11.6"
, text " - mainland-pretty-0.4.1.2"
, text " - symbol-0.2.4"
, text " - th-abstraction-0.2.5.0"
, empty
, text "install-ghc: true"
, empty
Expand Down
1 change: 1 addition & 0 deletions src/Gidl/Backend/Tower.hs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ stackfile ivoryRepo towerRepo ivoryTowerSTM32Repo = artifactText "stack.yaml" $
, text " - language-c-quote-0.11.6"
, text " - mainland-pretty-0.4.1.4"
, text " - symbol-0.2.4"
, text " - th-abstraction-0.2.5.0"
, empty
, text "install-ghc: true"
, empty
Expand Down

0 comments on commit f7674ee

Please sign in to comment.