diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-10-11 20:18:51 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-10-11 20:18:51 +0200 |
commit | 07a2f177f440526a374ef3844a1c37ba38939861 (patch) | |
tree | 38ef16d91c99a1996fc830556ab5af187b4115f7 /autotypes/autotypes.cabal | |
parent | ed1a03db7a9400049a42ce241cc260ec3e14352a (diff) |
support references
Diffstat (limited to 'autotypes/autotypes.cabal')
-rw-r--r-- | autotypes/autotypes.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autotypes/autotypes.cabal b/autotypes/autotypes.cabal index 284ad0e..c81abd0 100644 --- a/autotypes/autotypes.cabal +++ b/autotypes/autotypes.cabal @@ -38,6 +38,7 @@ library bytestring, containers, filepath, + text, vector hs-source-dirs: src default-language: Haskell2010 |