Search Criteria
Package Details: arbtt 0.10.2-6
Git Clone URL: | https://aur.archlinux.org/arbtt.git (read-only, click to copy) |
---|---|
Package Base: | arbtt |
Description: | Automatic Rule-Based Time Tracker |
Upstream URL: | https://hackage.haskell.org/package/arbtt |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | PrinceMachiavell |
Maintainer: | PrinceMachiavell |
Last Packager: | PrinceMachiavell |
Votes: | 5 |
Popularity: | 0.21 |
First Submitted: | 2019-06-02 01:59 |
Last Updated: | 2020-04-08 02:01 |
Dependencies (43)
- ghc (ghc-raspbian-bin)
- haskell-bytestring-progress
- haskell-conduit
- haskell-pcre-light
- haskell-strict
- haskell-terminal-size
- haskell-utf8-string
- haskell-x11
- haskell-terminal-progress-bar<0.5.0
- haskell-aeson<=1.5
- haskell-aeson>=0.1
- haskell-terminal-progress-bar>=0.4.0
- cabal-install (cabal-install-git, cabal-static, cabal-install-bin) (make)
- ghc (ghc-raspbian-bin) (make)
- haskell-bytestring (ghc-raspbian-bin, ghc8.2-bin, ghc8.2, ghc-libs) (make)
- haskell-bytestring-progress (make)
- haskell-conduit (make)
- haskell-deepseq (ghc-raspbian-bin, ghc8.2-bin, ghc8.2, ghc-libs) (make)
- haskell-directory (ghc-raspbian-bin, ghc8.2-bin, ghc8.2, ghc-libs) (make)
- haskell-filepath (ghc-raspbian-bin, ghc8.2-bin, ghc8.2, ghc-libs) (make)
- haskell-mtl (ghc-libs) (make)
- haskell-pcre-light (make)
- haskell-strict (make)
- haskell-text (ghc-libs) (make)
- haskell-time (ghc-raspbian-bin, ghc8.2-bin, ghc8.2, ghc-libs) (make)
- haskell-transformers (ghc-raspbian-bin, ghc8.2-bin, ghc8.2, ghc-libs) (make)
- haskell-unix (ghc-raspbian-bin, ghc8.2-bin, ghc8.2, ghc-libs) (make)
- haskell-unliftio-core (make)
- haskell-utf8-string (make)
- haskell-x11 (make)
- haskell-terminal-progress-bar<0.5.0 (make)
- haskell-containers<0.75 (ghc-raspbian-bin, ghc8.2-bin, ghc8.2, ghc-libs) (make)
- haskell-aeson<1.5 (make)
- haskell-parsec<4.0 (ghc-libs) (make)
- haskell-base<5 (ghc-raspbian-bin, ghc8.2-bin, ghc8.2, ghc-libs) (make)
- haskell-exceptions>0.8 (ghc-libs) (make)
- haskell-aeson>=0.1 (make)
- haskell-terminal-progress-bar>=0.4.0 (make)
- haskell-binary>=0.5 (ghc-raspbian-bin, ghc8.2-bin, ghc8.2, ghc-libs) (make)
- haskell-containers>=0.5 (ghc-raspbian-bin, ghc8.2-bin, ghc8.2, ghc-libs) (make)
- haskell-resourcet>=1.2 (make)
- haskell-parsec>=3.0 (ghc-libs) (make)
- haskell-base>=4.7 (ghc-raspbian-bin, ghc8.2-bin, ghc8.2, ghc-libs) (make)
Latest Comments
kqr commented on 2020-10-26 21:28
This worked for me
cabal install --ghc-options=-dynamic --enable-executable-dynamic
Moggele commented on 2020-08-19 12:01
installation not working
aurman -S arbtt ~~ initializing aurman... ~~ the following packages are neither in known repos nor in the aur :: xorg-font-utils-7.6-6 ~~ calculating solutions...
!! While searching for solutions the following errors occurred: :: Not provided: haskell-aeson<1.5 but needed by arbtt-0.10.2-6 :: Not provided: haskell-aeson<=1.5 but needed by arbtt-0.10.2-6
!! we could not find a solution
Quatro commented on 2020-05-25 22:42
Installing is currently failing with
chmd commented on 2020-04-26 11:30
This package does not build for me. Any idea?
rkmax commented on 2020-04-07 14:36
cabal binary is not present anymore on ghc, to add the
cabal init; rm arbtt0102.cabal;
fix need to addcabal-install
to make dependencieshurufu commented on 2020-04-05 07:19
If you want to build it sooner then this package will get fixed, you may try to add:
cabal init; rm arbtt0102.cabal;
beforerunhaskell Setup configure
in abuild()
function in PKGBUILD file.free.wind commented on 2020-03-12 10:46
I also can confirm the same build error
hurufu commented on 2020-03-05 23:13
I can confirm the same build error
Moggele commented on 2020-02-18 19:39
Since last update the package do not compile.
Setup.hs:26:17: error: Variable not in scope: rawSystemProgram :: Distribution.Verbosity.Verbosity -> ConfiguredProgram -> [[Char]] -> IO a0 | 26 | rawSystemProgram verb configuredProg | ^^^^^^^^^^^^^^^^
rja commented on 2019-06-15 06:05
I got the following error running arbtt-capture:
arbtt-capture: error while loading shared libraries: libHSutf8-string-1.0.1.1-Geq8jdOv4Q3LkcQoEOWDVv-ghc8.6.5.so: cannot open shared object file: No such file or directory
Please move
haskell-utf8-string
to the depends array.