Skip to content

Commit 34d6796

Browse files
committed
multi-package stack.yaml for DysFRP-example
1 parent e368dd9 commit 34d6796

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

DysFRP-example/DysFRP-example.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ build-type: Simple
77
cabal-version: >=1.10
88

99
executable DysFRP-example
10-
hs-source-dirs: ., ../shared
10+
hs-source-dirs: .
1111
main-is: Main.hs
12-
build-depends: base >=4.7 && <4.9
13-
, gloss >=1.9.2.1
14-
, gloss-algorithms >=1.9.2.1
15-
, DysFRP == 0.1
12+
build-depends: base
13+
, buttons-gui
14+
, gloss
15+
, DysFRP
1616
default-language: Haskell2010
1717
ghc-options: -W -Wall

DysFRP-example/stack.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
resolver: lts-9.0
2+
3+
packages:
4+
- ../shared
5+
- .
6+
7+
extra-deps:
8+
- DysFRP-0.1
9+
- gloss-algorithms-1.11.1.1

0 commit comments

Comments
 (0)