diff options
Diffstat (limited to 'users/Profpatsch/mailbox-org/mailbox-org.cabal')
-rw-r--r-- | users/Profpatsch/mailbox-org/mailbox-org.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/users/Profpatsch/mailbox-org/mailbox-org.cabal b/users/Profpatsch/mailbox-org/mailbox-org.cabal index c4b04ce66de2..8125baef7144 100644 --- a/users/Profpatsch/mailbox-org/mailbox-org.cabal +++ b/users/Profpatsch/mailbox-org/mailbox-org.cabal @@ -1,4 +1,4 @@ -cabal-version: 2.4 +cabal-version: 3.0 name: mailbox-org version: 0.1.0.0 author: Profpatsch @@ -10,7 +10,9 @@ executable mailbox-org build-depends: base >=4.15 && <5, my-prelude, + pa-prelude, pa-label, + pa-error-tree, exec-helpers, netencode, text, |