Skip to content

Commit

Permalink
Update from Hackage at 2016-07-02T18:27:20+0000
Browse files Browse the repository at this point in the history
  • Loading branch information
Commercial Haskell all-cabal-hashes Travis job committed Jul 2, 2016
1 parent bb58379 commit 8b1e592
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 0 deletions.
110 changes: 110 additions & 0 deletions coin/1.1.1/coin.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
name: coin
version: 1.1.1
Build-Type: Simple
cabal-version: >= 1.16
author: Piotr Borek <piotrborek@op.pl>
maintainer: Piotr Borek <piotrborek@op.pl>
license: GPL
synopsis: Simple account manager
description: Simple account manager
category: Application
homepage: https://bitbucket.org/borekpiotr/coin
tested-with: GHC == 7.10.3, GHC == 8.0.1

data-files: stack.yaml
LICENSE

flag debug-db
description: Output database logger information to stdout.
default: False

executable coin
main-is: Main.hs
hs-source-dirs: src
default-language: Haskell2010
-- also enable profiling in ~/.cabal.config
-- ghc-options: -Wall -prof -auto-all -osuf p_o
ghc-options: -Wall -O2
default-extensions: LambdaCase
PackageImports
MultiWayIf
CPP
build-depends: base >= 4.8 && < 5.0,
glib,
gtk3,
directory,
filepath,
containers,
binary,
directory,
persistent,
persistent-template,
persistent-sqlite,
transformers,
text,
monad-control,
monad-logger,
resourcet,
time,
mtl,
lens,
aeson,
bytestring
pkgconfig-depends: gtk+-3.0
if flag(debug-db)
cpp-options: -DDEBUG_DB
if os(windows)
build-depends: Win32
cpp-options: -DWINDOWS
if !flag(debug-db)
ghc-options: -optl-mwindows

other-modules: Coin.UI.Raports.RaportSummary
Coin.UI.Raports.RaportHistory
Coin.UI.Raports.RaportQuery
Coin.UI.Options.OptionsTag
Coin.UI.Options.OptionsAccount
Coin.UI.Accounts.AccountsIncome
Coin.UI.Accounts.AccountsHistory
Coin.UI.Accounts.AccountsOutcome
Coin.UI.Accounts.AccountsTransfer
Coin.UI.Accounts.AccountsWidget
Coin.UI.MainInitialize
Coin.UI.Widgets.SimpleListView
Coin.UI.Widgets.InputBox
Coin.UI.Widgets.ResponseButtons
Coin.UI.Widgets.Calendar
Coin.UI.Widgets.MultiList
Coin.UI.Widgets.StackWidget
Coin.UI.Widgets.CheckList
Coin.UI.Widgets.MessageBox
Coin.UI.Widgets.MiniCalendar
Coin.UI.TagsComboBox
Coin.UI.HistoryView
Coin.UI.MainWindow
Coin.UI.Builder.GtkUIAttributes
Coin.UI.Builder.GtkUIBuilderState
Coin.UI.Builder.GtkUIBuilder
Coin.UI.Builder.GtkUIUtils
Coin.UI.Utils.CssUtils
Coin.UI.Utils.CalendarUtils
Coin.UI.Utils.Observable
Coin.UI.MainState
Coin.UI.AccountsComboBox
Coin.UI.MainMultiList
Coin.Config.Dirs
Coin.Config.Version
Coin.DB.Tables
Coin.DB.Functions
Coin.Utils.ValueParser
Coin.Utils.TableView
Coin.Utils.FileHelper
Coin.Utils.Exception
Coin.Utils.IORef
Coin.Utils.StringUtils
Coin.Utils.PropertyMap
Coin.Utils.ColorUtils
Coin.Locale.LangPL
Coin.Locale.LangUnknown
Coin.Locale.Languages
Coin.Locale.Translate
1 change: 1 addition & 0 deletions coin/1.1.1/coin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"93e3ede2ee0d6e1c8f4400497613aece","Skein512_512":"52e29ff11b00231c6ff0d46fb96a06502badeb3de8ba532054535e73a2993583e635d63e6369aa948ebaef1b9f0c328a815ceaea88e2abb4e9280dfd1d8c7eea","SHA1":"7cde2f7416795d5603e20e8cb820a9555213b09e","SHA512":"c6ef885c492900b50b975872e2e67f79b9413c998ee25ad28db8bcf9374fc6cf3c359df54f6341f9cb3b8bd96f04a763c8e8446a8fed827ac2b4a2d708ec630a","SHA256":"e020b0b4f31586832db5e56e0d757d60546071d2ca7bfef1f451d154f02486a2"},"package-locations":["https://hackage.haskell.org/package/coin-1.1.1/coin-1.1.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/coin-1.1.1.tar.gz"],"package-size":36128}

0 comments on commit 8b1e592

Please sign in to comment.