File tree Expand file tree Collapse file tree 2 files changed +43
-1
lines changed Expand file tree Collapse file tree 2 files changed +43
-1
lines changed Original file line number Diff line number Diff line change 11.stack-work /
22/dist-newstyle /
33/result *
4- gtk-strut.cabal
54* ~
Original file line number Diff line number Diff line change 1+ cabal-version : 1.12
2+
3+ -- This file has been generated from package.yaml by hpack version 0.38.2.
4+ --
5+ -- see: https://github.com/sol/hpack
6+
7+ name : gtk-strut
8+ version : 0.1.4.0
9+ synopsis : Library for creating strut windows with gi-gtk
10+ description : Please see the README on Github at <https://github.com/IvanMalison/gtk-strut#readme>
11+ category : System
12+ homepage : https://github.com/IvanMalison/gtk-strut#readme
13+ bug-reports : https://github.com/IvanMalison/gtk-strut/issues
14+ author : Ivan Malison
15+ 16+ copyright : Ivan Malison
17+ license : BSD3
18+ license-file : LICENSE
19+ build-type : Simple
20+ extra-source-files :
21+ README.md
22+ ChangeLog.md
23+
24+ source-repository head
25+ type : git
26+ location : https://github.com/IvanMalison/gtk-strut
27+
28+ library
29+ exposed-modules :
30+ Graphics.UI.GIGtkStrut
31+ other-modules :
32+ Graphics.UI.EWMHStrut
33+ hs-source-dirs :
34+ src
35+ build-depends :
36+ base >= 4.7 && < 5
37+ , data-default
38+ , gi-gdk3
39+ , gi-gtk3
40+ , hslogger
41+ , text
42+ , transformers
43+ default-language : Haskell2010
You can’t perform that action at this time.
0 commit comments