aboutsummaryrefslogtreecommitdiff
path: root/kazbek.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-01-20 19:13:31 +0100
committerEugen Wissner <belka@caraus.de>2026-01-20 19:13:31 +0100
commita7fca1c9fa5500e1faf526f961eb190415261b14 (patch)
tree288a51bdcd98e1424efa5fcba1dc895d4400eabb /kazbek.cabal
parent3c313315c93256a91085a8e51c7b89b380a32281 (diff)
downloadkazbek-a7fca1c9fa5500e1faf526f961eb190415261b14.tar.gz
Rewrite 7digital in haskell
Diffstat (limited to 'kazbek.cabal')
-rw-r--r--kazbek.cabal6
1 files changed, 4 insertions, 2 deletions
diff --git a/kazbek.cabal b/kazbek.cabal
index 1615733..08c5a48 100644
--- a/kazbek.cabal
+++ b/kazbek.cabal
@@ -22,6 +22,8 @@ common warnings
aeson ^>= 2.2.3,
base >= 4.20 && < 5,
bytestring ^>= 0.12.2,
+ directory ^>= 1.3.9,
+ filepath ^>= 1.5.4,
process ^>= 1.6.26,
text ^>= 2.1
@@ -50,8 +52,6 @@ executable locopy
Locopy.CommandLine
Locopy.Wordpress
build-depends:
- directory ^>= 1.3.9,
- filepath ^>= 1.5.4,
optparse-applicative ^>= 0.19
executable 7digital
@@ -59,3 +59,5 @@ executable 7digital
main-is: Main.hs
hs-source-dirs: 7digital
build-depends:
+ containers >= 0.7 && < 0.9,
+ zip ^>= 2.2