diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2021-12-19 22:23:41 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2021-12-19 22:23:41 +0100 |
commit | 070122683d0c9a11f9221ede93df0590bc28494d (patch) | |
tree | 277752e2e6e9d8227cd091886d9f4864833152f6 /erebos.cabal | |
parent | c1fff94d244d6754a0976d0385d4333249fc5ca6 (diff) |
Service attributes
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 fd1db20..06d96eb 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -53,6 +53,7 @@ executable erebos TupleSections, TypeApplications, TypeFamilies + TypeFamilyDependencies -- other-extensions: build-depends: aeson >=1.4 && <1.6, |