summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoshH1002019-10-25 09:52:09 -0600
committerJoshH1002019-10-25 09:52:09 -0600
commitcaacd294ff73a684cd3ad1906451a683e5d3a06f (patch)
treeb7ae5813b9edc992c0ce11b3fa85117dfa7e2cb6 /PKGBUILD
parentbf77d23a698d067ac640e6208197ea3d6a096b01 (diff)
downloadaur-caacd294ff73a684cd3ad1906451a683e5d3a06f.tar.gz
added missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ef0ae8f4723..5444421085d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ makedepends=('ghc'
'haskell-time>=1.1'
'haskell-time<2.0'
'haskell-terminal-progress-bar>=0.2.0'
+ 'haskell-terminal-size'
)
#'haskell-terminal-progress-bar<0.3.0' # seems to work fine with latest version
options=('strip')