X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/3dddb2529a657af8401a3c9152b4b4e131a028cd..de677c0389e6fc545877e8eae4e47f0106be355f:/xdgnj.cabal diff --git a/xdgnj.cabal b/xdgnj.cabal index 939dfa4..d7d089d 100644 --- a/xdgnj.cabal +++ b/xdgnj.cabal @@ -33,9 +33,11 @@ library text-ansi ^>=0.1.1, extra ^>=1.7.10, aeson-pretty ^>=0.8.9, + text-replace ^>=0.1, + filepath ^>=1.4.2.2, hs-source-dirs: lib default-language: Haskell2010 - exposed-modules: AddProgram + exposed-modules: AddProgram, Program, Prompts, EditProgram, Output, PreviewProgram, Checks executable add-program main-is: add-program.hs