diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2011-06-14 19:57:04 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2011-06-14 19:57:04 +0000 |
commit | 039d58748695dc36a723592343524c5d6a295683 (patch) | |
tree | 46a0e713b2fd94378fdc2829fbc619cc7fcf58be /math | |
parent | a102b068f3096ccd60cd16bb58a96090b5293eb2 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/hs-Agda-executable/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/hs-Agda-executable/Makefile b/math/hs-Agda-executable/Makefile index cc3531fcc9ae..3e4097e18802 100644 --- a/math/hs-Agda-executable/Makefile +++ b/math/hs-Agda-executable/Makefile @@ -12,10 +12,8 @@ CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Command-line program for type-checking and compiling Agda programs -BROKEN= bad dependency object - CABAL_SETUP= Setup.hs -USE_CABAL= Agda==2.2.10 +USE_CABAL= Agda>=2.2.10 Agda<2.2.11 USE_ICONV= yes |