mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
lib/ui/web/api: move manuals to extra-source-files in these pkgs too
[ci skip]
This commit is contained in:
parent
5cea120ab7
commit
92d48ed0a2
@ -2,7 +2,7 @@
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: 2ba06bc3009a704bd5e904823472d017379f40db355ae36b066113536467e03c
|
||||
-- hash: 66e47e69f42abc82efc4dd262f42bffb6292f387520b5b75b6dd71ca0991128a
|
||||
|
||||
name: hledger-api
|
||||
version: 1.5.99
|
||||
@ -32,12 +32,10 @@ extra-source-files:
|
||||
CHANGES
|
||||
examples/01.html
|
||||
examples/02.html
|
||||
README
|
||||
|
||||
data-files:
|
||||
hledger-api.1
|
||||
hledger-api.info
|
||||
hledger-api.txt
|
||||
README
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
|
@ -25,12 +25,12 @@ extra-source-files:
|
||||
- CHANGES
|
||||
- README
|
||||
- examples/*.html
|
||||
|
||||
data-files:
|
||||
- hledger-api.1
|
||||
- hledger-api.txt
|
||||
- hledger-api.info
|
||||
|
||||
#data-files:
|
||||
|
||||
dependencies:
|
||||
- hledger-lib >=1.5.99 && <1.6
|
||||
- hledger >=1.5.99 && <1.6
|
||||
|
@ -2,7 +2,7 @@
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: 0359b7d353e59a15012d14a39fea7d133562b202c70969984a8fd918f27417e8
|
||||
-- hash: e19a6e513d9933c42207c22788118878eede237f4ec6f1fdc70983da44c8291d
|
||||
|
||||
name: hledger-lib
|
||||
version: 1.5.99
|
||||
@ -29,9 +29,6 @@ cabal-version: >= 1.10
|
||||
|
||||
extra-source-files:
|
||||
CHANGES
|
||||
README
|
||||
|
||||
data-files:
|
||||
hledger_csv.5
|
||||
hledger_csv.info
|
||||
hledger_csv.txt
|
||||
@ -44,6 +41,7 @@ data-files:
|
||||
hledger_timedot.5
|
||||
hledger_timedot.info
|
||||
hledger_timedot.txt
|
||||
README
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
|
@ -23,8 +23,6 @@ tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.1
|
||||
extra-source-files:
|
||||
- CHANGES
|
||||
- README
|
||||
|
||||
data-files:
|
||||
- hledger_csv.5
|
||||
- hledger_csv.txt
|
||||
- hledger_csv.info
|
||||
@ -38,6 +36,8 @@ data-files:
|
||||
- hledger_timeclock.txt
|
||||
- hledger_timeclock.info
|
||||
|
||||
#data-files:
|
||||
|
||||
dependencies:
|
||||
- base >=4.8 && <5
|
||||
- base-compat >=0.8.1
|
||||
|
@ -2,7 +2,7 @@
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: dd0253057446851aae37d74a6f743e6365772780e2070e0e38f31d56a6610fdc
|
||||
-- hash: f4bc380b9cd5f49af0f1534f8978ef8cd5f209c77fa81ca93444f0f8858ab49b
|
||||
|
||||
name: hledger-ui
|
||||
version: 1.5.99
|
||||
@ -31,12 +31,10 @@ cabal-version: >= 1.10
|
||||
|
||||
extra-source-files:
|
||||
CHANGES
|
||||
README
|
||||
|
||||
data-files:
|
||||
hledger-ui.1
|
||||
hledger-ui.info
|
||||
hledger-ui.txt
|
||||
README
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
|
@ -25,12 +25,12 @@ tested-with : GHC==7.10.3, GHC==8.0
|
||||
extra-source-files:
|
||||
- CHANGES
|
||||
- README
|
||||
|
||||
data-files:
|
||||
- hledger-ui.1
|
||||
- hledger-ui.txt
|
||||
- hledger-ui.info
|
||||
|
||||
#data-files:
|
||||
|
||||
flags:
|
||||
threaded:
|
||||
description: Build with support for multithreaded execution
|
||||
|
@ -2,7 +2,7 @@
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: ab1ce07009282db56c0dd739039af340a8b2f2c8f710157c2c78cdbc1709dfdd
|
||||
-- hash: 89c298d4ceea0cefabbf5896a13ca5fbc2dcb9602892d510f43c5ca40dd7dddf
|
||||
|
||||
name: hledger-web
|
||||
version: 1.5.99
|
||||
@ -36,6 +36,9 @@ extra-source-files:
|
||||
config/robots.txt
|
||||
config/routes
|
||||
config/settings.yml
|
||||
hledger-web.1
|
||||
hledger-web.info
|
||||
hledger-web.txt
|
||||
messages/en.msg
|
||||
README
|
||||
static/css/bootstrap-datepicker.standalone.min.css
|
||||
@ -98,11 +101,6 @@ extra-source-files:
|
||||
templates/default-layout-wrapper.hamlet
|
||||
templates/default-layout.hamlet
|
||||
|
||||
data-files:
|
||||
hledger-web.1
|
||||
hledger-web.info
|
||||
hledger-web.txt
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: https://github.com/simonmichael/hledger
|
||||
|
@ -41,12 +41,12 @@ extra-source-files:
|
||||
- static/hledger.js
|
||||
- static/js/*.js
|
||||
- templates/*.hamlet
|
||||
|
||||
data-files:
|
||||
- hledger-web.1
|
||||
- hledger-web.txt
|
||||
- hledger-web.info
|
||||
|
||||
#data-files:
|
||||
|
||||
flags:
|
||||
library-only:
|
||||
description: Build for use with "yesod devel"
|
||||
|
Loading…
Reference in New Issue
Block a user