diff options
Diffstat (limited to 'utils/genprimopcode')
-rw-r--r-- | utils/genprimopcode/genprimopcode.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/genprimopcode/genprimopcode.cabal b/utils/genprimopcode/genprimopcode.cabal index d6dc8b58ec..2dc581dc49 100644 --- a/utils/genprimopcode/genprimopcode.cabal +++ b/utils/genprimopcode/genprimopcode.cabal @@ -15,7 +15,7 @@ Description: * an LaTeX document describing the primitive operations. Category: Development build-type: Simple -cabal-version: >=1.10 +cabal-version: 2.0 Executable genprimopcode Default-Language: Haskell2010 @@ -26,3 +26,4 @@ Executable genprimopcode Syntax Build-Depends: base >= 4 && < 5, array + build-tool-depends: alex:alex >= 3.2.6, happy:happy >= 1.20.0 |