diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-12-18 19:11:57 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-12-18 19:12:01 +0100 |
commit | 593a53511ec170c67fd3453c88dcda960eac44fe (patch) | |
tree | ba9ce2d062649809959a4e21708db6e86fae6b97 /astore.cabal | |
parent | 58e1cf274e80d8dbd4889bb2c99d3a009b590282 (diff) |
add `LIMIT`, `ORDER BY` clausesmain
Diffstat (limited to 'astore.cabal')
-rw-r--r-- | astore.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astore.cabal b/astore.cabal index a59eb0f..601192f 100644 --- a/astore.cabal +++ b/astore.cabal @@ -74,5 +74,6 @@ executable astore optparse-applicative, repline, utf8-string, + vector, wai, warp |