forked from marko/svitak
Add directory to dependencies
Needed for the persistence feature
This commit is contained in:
parent
2f47493d0e
commit
7c92e161cb
1 changed files with 8 additions and 7 deletions
15
svitak.cabal
15
svitak.cabal
|
|
@ -63,21 +63,22 @@ executable svitak
|
|||
Persistence
|
||||
|
||||
build-depends: base ^>=4.21.0.0,
|
||||
base64-bytestring,
|
||||
bytestring >= 0.12.2.0,
|
||||
containers >= 0.7,
|
||||
directory >= 1.3.9.0,
|
||||
epub-metadata >=5.4,
|
||||
filepath >= 1.5.4.0,
|
||||
gi-gdk4,
|
||||
gi-gio,
|
||||
gi-gtk == 4.0.*,
|
||||
gi-webkit == 6.0.*,
|
||||
haskell-gi-base,
|
||||
mtl >= 2.3.2,
|
||||
scalpel >= 0.6.2.2,
|
||||
tagsoup,
|
||||
text >= 2.1.2,
|
||||
zip-archive >= 0.4.3.2,
|
||||
gi-gtk == 4.0.*,
|
||||
gi-webkit == 6.0.*,
|
||||
gi-gio,
|
||||
gi-gdk4,
|
||||
haskell-gi-base,
|
||||
base64-bytestring
|
||||
zip-archive >= 0.4.3.2
|
||||
|
||||
hs-source-dirs: app
|
||||
default-language: Haskell2010
|
||||
|
|
|
|||
Loading…
Reference in a new issue