File tree 2 files changed +25
-1
lines changed 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
-- see http://cabal.readthedocs.io/en/latest/nix-local-build-overview.html for more information
2
2
3
3
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
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ source-repository head
47
47
Executable threadscope
48
48
Main-is : Main.hs
49
49
Build-Depends : base >= 4.10 && < 5 ,
50
- gtk >= 0.12 && < 0.16 ,
50
+ gtk3 >= 0.12 && < 0.16 ,
51
51
cairo < 0.14 ,
52
52
glib < 0.14 ,
53
53
pango < 0.14 ,
You can’t perform that action at this time.
0 commit comments