Skip to content

Commit

Permalink
Update from Hackage at 2020-09-07T23:04:49Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Sep 7, 2020
1 parent 9ceb72c commit 304f206
Show file tree
Hide file tree
Showing 6 changed files with 680 additions and 0 deletions.
103 changes: 103 additions & 0 deletions hledger-ui/1.19.1/hledger-ui.cabal
@@ -0,0 +1,103 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 9f306e545c5b87e192eac6bea6e0a46c9694e9844524b6ef500d2eb59e3d2fa0

name: hledger-ui
version: 1.19.1
synopsis: Curses-style terminal interface for the hledger accounting system
description: A simple curses-style terminal user interface for the hledger accounting system.
It can be a more convenient way to browse your accounts than the CLI.
This package currently does not support Microsoft Windows, except in WSL.
.
hledger is a robust, cross-platform set of tools for tracking money,
time, or any other commodity, using double-entry accounting and a
simple, editable file format, with command-line, terminal and web
interfaces. It is a Haskell rewrite of Ledger, and one of the leading
implementations of Plain Text Accounting. Read more at:
<https://hledger.org>
category: Finance, Console
stability: stable
homepage: http://hledger.org
bug-reports: http://bugs.hledger.org
author: Simon Michael <simon@joyful.com>
maintainer: Simon Michael <simon@joyful.com>
license: GPL-3
license-file: LICENSE
tested-with: GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.3, GHC==8.10.0.20200123
build-type: Simple
extra-source-files:
CHANGES.md
README.md
hledger-ui.1
hledger-ui.txt
hledger-ui.info

source-repository head
type: git
location: https://github.com/simonmichael/hledger

flag threaded
description: Build with support for multithreaded execution
manual: False
default: True

executable hledger-ui
main-is: hledger-ui.hs
other-modules:
Hledger.UI
Hledger.UI.AccountsScreen
Hledger.UI.Editor
Hledger.UI.ErrorScreen
Hledger.UI.Main
Hledger.UI.RegisterScreen
Hledger.UI.Theme
Hledger.UI.TransactionScreen
Hledger.UI.UIOptions
Hledger.UI.UIState
Hledger.UI.UITypes
Hledger.UI.UIUtils
Paths_hledger_ui
hs-source-dirs:
./.
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
cpp-options: -DVERSION="1.19.1"
build-depends:
ansi-terminal >=0.9
, async
, base >=4.9 && <4.15
, base-compat-batteries >=0.10.1 && <0.12
, brick >=0.23
, cmdargs >=0.8
, containers
, data-default
, directory
, extra >=1.6.3
, filepath
, fsnotify >=0.2.1.2 && <0.4
, hledger >=1.19.1 && <1.20
, hledger-lib >=1.19.1 && <1.20
, megaparsec >=7.0.0 && <9.1
, microlens >=0.4
, microlens-platform >=0.2.3.1
, pretty-show >=1.6.4
, process >=1.2
, safe >=0.2
, split >=0.1
, text >=1.2
, text-zipper >=0.4
, time >=1.5
, transformers
, unix
, vector
, vty >=5.15
if os(windows)
buildable: False
else
buildable: True
if flag(threaded)
ghc-options: -threaded
default-language: Haskell2010
1 change: 1 addition & 0 deletions hledger-ui/1.19.1/hledger-ui.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"75d3d5a226c12a285853809cb2545715","Skein512_512":"1dd1bc27425592f10ceec4790d25f5f65fe94c5c57c27b2271d83cfb543592b7d9cfa8b149a8068af7e8d188ff7910f52c82a3de679f4c9030c4800ceb8472b8","SHA1":"2db8f79df13a95342e9a907072e9ded64a220e5e","SHA512":"421f65778a80d53a74ac983afe65e8277206d46b0fd9a10d53f9c6cdc6fd5bf20bf63c7b7586955629d8c0bd7ceb1ba5f33e2ec31035bab2da53958d20d2be95","SHA256":"d4154c33712b003dc15d795c92da59158d2ca5e02660234f731d2794a5403f9e"},"package-locations":["https://hackage.haskell.org/package/hledger-ui-1.19.1/hledger-ui-1.19.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hledger-ui-1.19.1.tar.gz"],"package-size":61803}
224 changes: 224 additions & 0 deletions hledger-web/1.19.1/hledger-web.cabal
@@ -0,0 +1,224 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 0618523fcb227f1b47ee824ff3c8e31a2f62dcc8b1bdd7bce82542f5ad565062

name: hledger-web
version: 1.19.1
synopsis: Web-based user interface for the hledger accounting system
description: A simple web-based user interface for the hledger accounting system,
providing a more modern UI than the command-line or terminal interfaces.
It can be used as a local single-user UI, or as a multi-user UI for
viewing/adding/editing on the web.
.
hledger is a robust, cross-platform set of tools for tracking money,
time, or any other commodity, using double-entry accounting and a
simple, editable file format, with command-line, terminal and web
interfaces. It is a Haskell rewrite of Ledger, and one of the leading
implementations of Plain Text Accounting. Read more at:
<https://hledger.org>
category: Finance
stability: stable
homepage: http://hledger.org
bug-reports: http://bugs.hledger.org
author: Simon Michael <simon@joyful.com>
maintainer: Simon Michael <simon@joyful.com>
license: GPL-3
license-file: LICENSE
tested-with: GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.3, GHC==8.10.0.20200123
build-type: Simple
extra-source-files:
CHANGES.md
README.md
config/favicon.ico
config/keter.yaml
config/robots.txt
config/routes
config/settings.yml
static/css/bootstrap-datepicker.standalone.min.css
static/css/bootstrap-theme.css
static/css/bootstrap-theme.min.css
static/css/bootstrap.css
static/css/bootstrap.min.css
static/css/bootstrap-theme.css.map
static/css/bootstrap.css.map
static/fonts/glyphicons-halflings-regular.eot
static/fonts/glyphicons-halflings-regular.svg
static/fonts/glyphicons-halflings-regular.ttf
static/fonts/glyphicons-halflings-regular.woff
static/hledger.css
static/hledger.js
static/js/bootstrap-datepicker.min.js
static/js/bootstrap.js
static/js/bootstrap.min.js
static/js/excanvas.js
static/js/excanvas.min.js
static/js/jquery.cookie.js
static/js/jquery.flot.canvas.js
static/js/jquery.flot.canvas.min.js
static/js/jquery.flot.categories.js
static/js/jquery.flot.categories.min.js
static/js/jquery.flot.crosshair.js
static/js/jquery.flot.crosshair.min.js
static/js/jquery.flot.errorbars.js
static/js/jquery.flot.errorbars.min.js
static/js/jquery.flot.fillbetween.js
static/js/jquery.flot.fillbetween.min.js
static/js/jquery.flot.image.js
static/js/jquery.flot.image.min.js
static/js/jquery.flot.js
static/js/jquery.flot.min.js
static/js/jquery.flot.navigate.js
static/js/jquery.flot.navigate.min.js
static/js/jquery.flot.pie.js
static/js/jquery.flot.pie.min.js
static/js/jquery.flot.resize.js
static/js/jquery.flot.resize.min.js
static/js/jquery.flot.selection.js
static/js/jquery.flot.selection.min.js
static/js/jquery.flot.stack.js
static/js/jquery.flot.stack.min.js
static/js/jquery.flot.symbol.js
static/js/jquery.flot.symbol.min.js
static/js/jquery.flot.threshold.js
static/js/jquery.flot.threshold.min.js
static/js/jquery.flot.time.js
static/js/jquery.flot.time.min.js
static/js/jquery.flot.tooltip.js
static/js/jquery.flot.tooltip.min.js
static/js/jquery.hotkeys.js
static/js/jquery.js
static/js/jquery.min.js
static/js/jquery.url.js
static/js/typeahead.bundle.js
static/js/typeahead.bundle.min.js
templates/add-form.hamlet
templates/balance-report.hamlet
templates/chart.hamlet
templates/default-layout-wrapper.hamlet
templates/default-layout.hamlet
templates/edit-form.hamlet
templates/journal.hamlet
templates/manage.hamlet
templates/register.hamlet
templates/upload-form.hamlet
hledger-web.1
hledger-web.txt
hledger-web.info

source-repository head
type: git
location: https://github.com/simonmichael/hledger

flag dev
description: Turn on development settings, like auto-reload templates.
manual: False
default: False

flag library-only
description: Build for use with "yesod devel"
manual: False
default: False

flag threaded
description: Build with support for multithreaded execution.
manual: False
default: True

library
exposed-modules:
Hledger.Web
Hledger.Web.Application
Hledger.Web.Foundation
Hledger.Web.Handler.AddR
Hledger.Web.Handler.EditR
Hledger.Web.Handler.JournalR
Hledger.Web.Handler.MiscR
Hledger.Web.Handler.RegisterR
Hledger.Web.Handler.UploadR
Hledger.Web.Import
Hledger.Web.Main
Hledger.Web.Settings
Hledger.Web.Settings.StaticFiles
Hledger.Web.WebOptions
Hledger.Web.Widget.AddForm
Hledger.Web.Widget.Common
other-modules:
Paths_hledger_web
hs-source-dirs:
./.
ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints
cpp-options: -DVERSION="1.19.1"
build-depends:
Decimal >=0.5.1
, aeson >=1
, base >=4.9 && <4.15
, blaze-html
, blaze-markup
, bytestring
, case-insensitive
, clientsession
, cmdargs >=0.10
, conduit
, conduit-extra >=1.1
, containers
, data-default
, directory
, extra >=1.6.3
, filepath
, hjsmin
, hledger >=1.19.1 && <1.20
, hledger-lib >=1.19.1 && <1.20
, http-client
, http-conduit
, http-types
, megaparsec >=7.0.0 && <9.1
, mtl >=2.2.1
, network
, shakespeare >=2.0.2.2
, template-haskell
, text >=1.2
, time >=1.5
, transformers
, unix-compat
, unordered-containers
, utf8-string
, wai
, wai-cors
, wai-extra
, wai-handler-launch >=3.0.3
, warp
, yaml
, yesod >=1.4 && <1.7
, yesod-core >=1.4 && <1.7
, yesod-form >=1.4 && <1.7
, yesod-static >=1.4 && <1.7
if (flag(dev)) || (flag(library-only))
cpp-options: -DDEVELOPMENT
if flag(dev)
ghc-options: -O0
default-language: Haskell2010

executable hledger-web
main-is: main.hs
other-modules:
Paths_hledger_web
hs-source-dirs:
app
ghc-options: -Wall -fwarn-tabs -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints
cpp-options: -DVERSION="1.19.1"
build-depends:
base
, hledger-web
if (flag(dev)) || (flag(library-only))
cpp-options: -DDEVELOPMENT
if flag(dev)
ghc-options: -O0
if flag(library-only)
buildable: False
if flag(threaded)
ghc-options: -threaded
default-language: Haskell2010
1 change: 1 addition & 0 deletions hledger-web/1.19.1/hledger-web.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"b7bcbaab9c5a4c9d4bc78bd347b0b090","Skein512_512":"a658c28238e073afe790e1100f2af71202c2ae1e19cd4713f9f77cbb53cb4bf9115e82dafac4b134c34a5d4c3c2875b235e0384ad5cc97e81f0728df7f4a682e","SHA1":"0d2ce25fbf9e168c60b2f53fb131f8e0a2226d73","SHA512":"adef619601e918962e7b9eb9a4cd4a5e094b2ad245461d1cddcf9cfdb1c8d9f3b5b7ea08adee50c7855cbac28cf8216decc00dd1f3c1d6fc7da91aeecd9ed1be","SHA256":"6085cb69bdc3808f929cc6ee621c0d3ffc773debe42bc1aaf0c7c1fe1a988a0f"},"package-locations":["https://hackage.haskell.org/package/hledger-web-1.19.1/hledger-web-1.19.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hledger-web-1.19.1.tar.gz"],"package-size":520463}

0 comments on commit 304f206

Please sign in to comment.