Package Details: tarsnap-backup-git 0.2.ge9bba7b-1

Git Clone URL: https://aur.archlinux.org/tarsnap-backup-git.git (read-only, click to copy)
Package Base: tarsnap-backup-git
Description: Haskell program for managing tarsnap backups
Upstream URL: https://github.com/irv/tarsnap-backup
Keywords: haskell tarsnap
Licenses: custom:BSD3
Provides: tarsnap-backup
Submitter: dbalan
Maintainer: dbalan
Last Packager: dbalan
Votes: 0
Popularity: 0.000000
First Submitted: 2017-03-11 21:30 (UTC)
Last Updated: 2017-03-11 21:30 (UTC)

Required by (0)

Sources (1)

Latest Comments

micwoj92 commented on 2023-06-27 19:37 (UTC)

Fails to build

TarsnapBackup.hs:31:8: error:
    Could not find module ‘Prelude’
    There are files missing in the ‘base-4.15.1.0’ package,
    try running 'ghc-pkg check'.
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
   |
31 | module TarsnapBackup where
   |        ^^^^^^^^^^^^^

TarsnapBackup.hs:33:1: error:
    Could not find module ‘Data.Time.Calendar’
    There are files missing in the ‘time-1.9.3’ package,
    try running 'ghc-pkg check'.
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
   |
33 | import Data.Time.Calendar
   | ^^^^^^^^^^^^^^^^^^^^^^^^^

TarsnapBackup.hs:34:1: error:
    Could not find module ‘Data.Time.Calendar.OrdinalDate’
    There are files missing in the ‘time-1.9.3’ package,
    try running 'ghc-pkg check'.
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
   |
34 | import Data.Time.Calendar.OrdinalDate
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

TarsnapBackup.hs:35:1: error:
    Could not find module ‘Data.List’
    There are files missing in the ‘base-4.15.1.0’ package,
    try running 'ghc-pkg check'.
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
   |
35 | import Data.List
   | ^^^^^^^^^^^^^^^^

TarsnapBackup.hs:36:1: error:
    Could not find module ‘System.Process’
    There are files missing in the ‘process-1.6.13.2’ package,
    try running 'ghc-pkg check'.
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
   |
36 | import System.Process
   | ^^^^^^^^^^^^^^^^^^^^^

TarsnapBackup.hs:37:1: error:
    Could not find module ‘System.Console.CmdArgs’
    There are files missing in the ‘cmdargs-0.10.22’ package,
    try running 'ghc-pkg check'.
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
   |
37 | import System.Console.CmdArgs
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

TarsnapBackup.hs:38:1: error:
    Could not find module ‘System.FilePath’
    There are files missing in the ‘filepath-1.4.2.1’ package,
    try running 'ghc-pkg check'.
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
   |
38 | import System.FilePath
   | ^^^^^^^^^^^^^^^^^^^^^^

TarsnapBackup.hs:39:1: error:
    Could not find module ‘Data.Maybe’
    There are files missing in the ‘base-4.15.1.0’ package,
    try running 'ghc-pkg check'.
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
   |
39 | import Data.Maybe
   | ^^^^^^^^^^^^^^^^^

TarsnapBackup.hs:40:1: error:
    Could not find module ‘System.Exit’
    There are files missing in the ‘base-4.15.1.0’ package,
    try running 'ghc-pkg check'.
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
   |
40 | import System.Exit
   | ^^^^^^^^^^^^^^^^^^
==> ERROR: A failure occurred in build().
    Aborting...