mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
fix data-files paths in yaml/cabal files
This commit is contained in:
parent
f3820e1e7a
commit
c18a75ecfe
@ -33,9 +33,9 @@ extra-source-files:
|
||||
README
|
||||
|
||||
data-files:
|
||||
doc/hledger-api.1
|
||||
doc/hledger-api.1.info
|
||||
doc/hledger-api.1.txt
|
||||
hledger-api.1
|
||||
hledger-api.info
|
||||
hledger-api.txt
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
|
@ -27,9 +27,9 @@ extra-source-files:
|
||||
- examples/*.html
|
||||
|
||||
data-files:
|
||||
- doc/hledger-api.1
|
||||
- doc/hledger-api.1.txt
|
||||
- doc/hledger-api.1.info
|
||||
- hledger-api.1
|
||||
- hledger-api.txt
|
||||
- hledger-api.info
|
||||
|
||||
dependencies:
|
||||
- hledger-lib >= 1.4 && < 1.5
|
||||
|
@ -30,18 +30,18 @@ extra-source-files:
|
||||
README
|
||||
|
||||
data-files:
|
||||
doc/hledger_csv.5
|
||||
doc/hledger_csv.5.info
|
||||
doc/hledger_csv.5.txt
|
||||
doc/hledger_journal.5
|
||||
doc/hledger_journal.5.info
|
||||
doc/hledger_journal.5.txt
|
||||
doc/hledger_timeclock.5
|
||||
doc/hledger_timeclock.5.info
|
||||
doc/hledger_timeclock.5.txt
|
||||
doc/hledger_timedot.5
|
||||
doc/hledger_timedot.5.info
|
||||
doc/hledger_timedot.5.txt
|
||||
hledger_csv.5
|
||||
hledger_csv.info
|
||||
hledger_csv.txt
|
||||
hledger_journal.5
|
||||
hledger_journal.info
|
||||
hledger_journal.txt
|
||||
hledger_timeclock.5
|
||||
hledger_timeclock.info
|
||||
hledger_timeclock.txt
|
||||
hledger_timedot.5
|
||||
hledger_timedot.info
|
||||
hledger_timedot.txt
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
|
@ -25,18 +25,18 @@ extra-source-files:
|
||||
- README
|
||||
|
||||
data-files:
|
||||
- doc/hledger_csv.5
|
||||
- doc/hledger_csv.5.txt
|
||||
- doc/hledger_csv.5.info
|
||||
- doc/hledger_journal.5
|
||||
- doc/hledger_journal.5.txt
|
||||
- doc/hledger_journal.5.info
|
||||
- doc/hledger_timedot.5
|
||||
- doc/hledger_timedot.5.txt
|
||||
- doc/hledger_timedot.5.info
|
||||
- doc/hledger_timeclock.5
|
||||
- doc/hledger_timeclock.5.txt
|
||||
- doc/hledger_timeclock.5.info
|
||||
- hledger_csv.5
|
||||
- hledger_csv.txt
|
||||
- hledger_csv.info
|
||||
- hledger_journal.5
|
||||
- hledger_journal.txt
|
||||
- hledger_journal.info
|
||||
- hledger_timedot.5
|
||||
- hledger_timedot.txt
|
||||
- hledger_timedot.info
|
||||
- hledger_timeclock.5
|
||||
- hledger_timeclock.txt
|
||||
- hledger_timeclock.info
|
||||
|
||||
dependencies:
|
||||
- base >=4.8 && <5
|
||||
|
@ -32,9 +32,9 @@ extra-source-files:
|
||||
README
|
||||
|
||||
data-files:
|
||||
doc/hledger-ui.1
|
||||
doc/hledger-ui.1.info
|
||||
doc/hledger-ui.1.txt
|
||||
hledger-ui.1
|
||||
hledger-ui.info
|
||||
hledger-ui.txt
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
|
@ -27,9 +27,9 @@ extra-source-files:
|
||||
- README
|
||||
|
||||
data-files:
|
||||
- doc/hledger-ui.1
|
||||
- doc/hledger-ui.1.txt
|
||||
- doc/hledger-ui.1.info
|
||||
- hledger-ui.1
|
||||
- hledger-ui.txt
|
||||
- hledger-ui.info
|
||||
|
||||
flags:
|
||||
threaded:
|
||||
|
@ -95,9 +95,9 @@ extra-source-files:
|
||||
templates/default-layout.hamlet
|
||||
|
||||
data-files:
|
||||
doc/hledger-web.1
|
||||
doc/hledger-web.1.info
|
||||
doc/hledger-web.1.txt
|
||||
hledger-web.1
|
||||
hledger-web.info
|
||||
hledger-web.txt
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
|
@ -43,9 +43,9 @@ extra-source-files:
|
||||
- templates/*.hamlet
|
||||
|
||||
data-files:
|
||||
- doc/hledger-web.1
|
||||
- doc/hledger-web.1.txt
|
||||
- doc/hledger-web.1.info
|
||||
- hledger-web.1
|
||||
- hledger-web.txt
|
||||
- hledger-web.info
|
||||
|
||||
flags:
|
||||
library-only:
|
||||
|
@ -34,30 +34,30 @@ extra-source-files:
|
||||
test/test.hs
|
||||
|
||||
data-files:
|
||||
doc/hledger.1
|
||||
doc/hledger.1.info
|
||||
doc/hledger.1.txt
|
||||
doc/other/hledger-api.1
|
||||
doc/other/hledger-api.1.info
|
||||
doc/other/hledger-api.1.txt
|
||||
doc/other/hledger-ui.1
|
||||
doc/other/hledger-ui.1.info
|
||||
doc/other/hledger-ui.1.txt
|
||||
doc/other/hledger-web.1
|
||||
doc/other/hledger-web.1.info
|
||||
doc/other/hledger-web.1.txt
|
||||
doc/other/hledger_csv.5
|
||||
doc/other/hledger_csv.5.info
|
||||
doc/other/hledger_csv.5.txt
|
||||
doc/other/hledger_journal.5
|
||||
doc/other/hledger_journal.5.info
|
||||
doc/other/hledger_journal.5.txt
|
||||
doc/other/hledger_timeclock.5
|
||||
doc/other/hledger_timeclock.5.info
|
||||
doc/other/hledger_timeclock.5.txt
|
||||
doc/other/hledger_timedot.5
|
||||
doc/other/hledger_timedot.5.info
|
||||
doc/other/hledger_timedot.5.txt
|
||||
.otherdocs/hledger-api.1
|
||||
.otherdocs/hledger-api.info
|
||||
.otherdocs/hledger-api.txt
|
||||
.otherdocs/hledger-ui.1
|
||||
.otherdocs/hledger-ui.info
|
||||
.otherdocs/hledger-ui.txt
|
||||
.otherdocs/hledger-web.1
|
||||
.otherdocs/hledger-web.info
|
||||
.otherdocs/hledger-web.txt
|
||||
.otherdocs/hledger_csv.5
|
||||
.otherdocs/hledger_csv.info
|
||||
.otherdocs/hledger_csv.txt
|
||||
.otherdocs/hledger_journal.5
|
||||
.otherdocs/hledger_journal.info
|
||||
.otherdocs/hledger_journal.txt
|
||||
.otherdocs/hledger_timeclock.5
|
||||
.otherdocs/hledger_timeclock.info
|
||||
.otherdocs/hledger_timeclock.txt
|
||||
.otherdocs/hledger_timedot.5
|
||||
.otherdocs/hledger_timedot.info
|
||||
.otherdocs/hledger_timedot.txt
|
||||
hledger.1
|
||||
hledger.info
|
||||
hledger.txt
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
|
@ -29,30 +29,30 @@ extra-source-files:
|
||||
- bench/10000x1000x10.journal
|
||||
|
||||
data-files:
|
||||
- doc/hledger.1
|
||||
- doc/hledger.1.txt
|
||||
- doc/hledger.1.info
|
||||
- doc/other/hledger-api.1
|
||||
- doc/other/hledger-api.1.txt
|
||||
- doc/other/hledger-api.1.info
|
||||
- doc/other/hledger-ui.1
|
||||
- doc/other/hledger-ui.1.txt
|
||||
- doc/other/hledger-ui.1.info
|
||||
- doc/other/hledger-web.1
|
||||
- doc/other/hledger-web.1.txt
|
||||
- doc/other/hledger-web.1.info
|
||||
- doc/other/hledger_journal.5
|
||||
- doc/other/hledger_journal.5.txt
|
||||
- doc/other/hledger_journal.5.info
|
||||
- doc/other/hledger_csv.5
|
||||
- doc/other/hledger_csv.5.txt
|
||||
- doc/other/hledger_csv.5.info
|
||||
- doc/other/hledger_timeclock.5
|
||||
- doc/other/hledger_timeclock.5.txt
|
||||
- doc/other/hledger_timeclock.5.info
|
||||
- doc/other/hledger_timedot.5
|
||||
- doc/other/hledger_timedot.5.txt
|
||||
- doc/other/hledger_timedot.5.info
|
||||
- hledger.1
|
||||
- hledger.txt
|
||||
- hledger.info
|
||||
- .otherdocs/hledger-api.1
|
||||
- .otherdocs/hledger-api.txt
|
||||
- .otherdocs/hledger-api.info
|
||||
- .otherdocs/hledger-ui.1
|
||||
- .otherdocs/hledger-ui.txt
|
||||
- .otherdocs/hledger-ui.info
|
||||
- .otherdocs/hledger-web.1
|
||||
- .otherdocs/hledger-web.txt
|
||||
- .otherdocs/hledger-web.info
|
||||
- .otherdocs/hledger_journal.5
|
||||
- .otherdocs/hledger_journal.txt
|
||||
- .otherdocs/hledger_journal.info
|
||||
- .otherdocs/hledger_csv.5
|
||||
- .otherdocs/hledger_csv.txt
|
||||
- .otherdocs/hledger_csv.info
|
||||
- .otherdocs/hledger_timeclock.5
|
||||
- .otherdocs/hledger_timeclock.txt
|
||||
- .otherdocs/hledger_timeclock.info
|
||||
- .otherdocs/hledger_timedot.5
|
||||
- .otherdocs/hledger_timedot.txt
|
||||
- .otherdocs/hledger_timedot.info
|
||||
|
||||
flags:
|
||||
terminfo:
|
||||
|
Loading…
Reference in New Issue
Block a user