diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2020-01-16 21:54:03 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2020-01-16 21:54:03 +0100 |
commit | 0edb161e760197fcc371644a318ba745d966c95e (patch) | |
tree | 2664d491a318623a69ba3b48636d56a15cdc0abf /erebos.cabal | |
parent | 95e8a0478c3b5e4610fa28e408800cc027b2b85c (diff) |
Use UUID for service types
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erebos.cabal b/erebos.cabal index 116bbc5..65a7182 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -45,6 +45,7 @@ executable erebos ScopedTypeVariables, StandaloneDeriving, TupleSections, + TypeApplications, TypeFamilies -- other-extensions: |