Skip to content

Commit 85a22b3

Browse files
committed
Check in generated Cabal file
See commercialhaskell/stack#5210 and https://www.fpcomplete.com/blog/storing-generated-cabal-files/ for the rationale behind this.
1 parent 62e8e83 commit 85a22b3

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.stack-work/
22
/dist-newstyle/
33
/result*
4-
gtk-strut.cabal
54
*~

gtk-strut.cabal

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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+
maintainer: [email protected]
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

0 commit comments

Comments
 (0)