Skip to content

Commit 2f8d49d

Browse files
author
Kazuki Okamoto
committed
fix an error on Windows
haskell#98 (comment)
1 parent 4ee9bb9 commit 2f8d49d

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

cabal.project

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
11
-- see http://cabal.readthedocs.io/en/latest/nix-local-build-overview.html for more information
22

33
packages: .
4+
5+
source-repository-package
6+
type: git
7+
location: https://github.com/PaulJohnson/gtk2hs
8+
tag: 1f05a755e4b570a4576935332961cc4bf3a8fe97
9+
subdir: glib
10+
11+
source-repository-package
12+
type: git
13+
location: https://github.com/PaulJohnson/gtk2hs
14+
tag: 1f05a755e4b570a4576935332961cc4bf3a8fe97
15+
subdir: pango
16+
17+
source-repository-package
18+
type: git
19+
location: https://github.com/kakkun61/gtk2hs
20+
tag: 51a8162c0ecaf5c4fc50eae1d740eb97a02882d3
21+
subdir: gio
22+
23+
source-repository-package
24+
type: git
25+
location: https://github.com/kakkun61/gtk2hs
26+
tag: 51a8162c0ecaf5c4fc50eae1d740eb97a02882d3
27+
subdir: gtk

threadscope.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ source-repository head
4747
Executable threadscope
4848
Main-is: Main.hs
4949
Build-Depends: base >= 4.10 && < 5,
50-
gtk >= 0.12 && < 0.16,
50+
gtk3 >= 0.12 && < 0.16,
5151
cairo < 0.14,
5252
glib < 0.14,
5353
pango < 0.14,

0 commit comments

Comments
 (0)