Loading additional-cabals/blaze-markup-0.8.2.1.cabal→additional-cabals/blaze-markup-0.8.2.2.cabal +5 −5 Original line number Diff line number Diff line Name: blaze-markup Version: 0.8.2.1 Version: 0.8.2.2 Homepage: http://jaspervdj.be/blaze Bug-Reports: http://github.com/jaspervdj/blaze-markup/issues License: BSD3 Loading Loading @@ -36,7 +36,7 @@ Library Text.Blaze.Renderer.Utf8 Build-depends: base >= 4 && < 4.12, base >= 4.4 && < 4.13, blaze-builder >= 0.3 && < 0.5, text >= 0.10 && < 1.3, bytestring >= 0.9 && < 0.11 Loading @@ -60,12 +60,12 @@ Test-suite blaze-markup-tests Build-depends: HUnit >= 1.2 && < 1.7, QuickCheck >= 2.7 && < 2.12, containers >= 0.3 && < 0.6, tasty >= 1.0 && < 1.1, containers >= 0.3 && < 0.7, tasty >= 1.0 && < 1.2, tasty-hunit >= 0.10 && < 0.11, tasty-quickcheck >= 0.10 && < 0.11, -- Copied from regular dependencies... base >= 4 && < 4.12, base >= 4 && < 4.13, blaze-builder >= 0.3 && < 0.5, text >= 0.10 && < 1.3, bytestring >= 0.9 && < 0.11 Loading additional-cabals/bytestring-show-0.3.5.6.cabal 0 → 100644 +48 −0 Original line number Diff line number Diff line name: bytestring-show version: 0.3.5.6 license: BSD3 license-file: LICENSE author: Dan Doel maintainer: Dan Doel <dan.doel@gmail.com> homepage: http://code.haskell.org/~dolio/ category: Text synopsis: Efficient conversion of values into readable byte strings. description: Efficient conversion of values into readable byte strings. build-type: Simple cabal-version: >= 1.6 flag integer-simple default: False description: use with integer-simple build of GHC library build-depends: base < 5, binary < 0.8, bytestring >= 0.9 && <= 1, array < 0.6, containers < 0.6 exposed-modules: Text.Show.ByteString other-modules: Text.Show.ByteString.Util Text.Show.ByteString.Char Text.Show.ByteString.Int Text.Show.ByteString.Float Text.Show.ByteString.Integer ghc-options: -O2 -Wall if flag(integer-simple) cpp-options: -DINTEGER_SIMPLE build-depends: integer-simple if impl(ghc >= 6.11) && !flag(integer-simple) cpp-options: -DINTEGER_GMP build-depends: integer-gmp >= 0.2 if impl(ghc >= 6.9) && impl(ghc < 6.11) && !flag(integer-simple) cpp-options: -DINTEGER_GMP build-depends: integer >= 0.1 && < 0.2 source-repository head type: darcs location: http://hub.darcs.net/dolio/bytestring-show additional-cabals/enummapset-th-0.6.1.1.cabaldeleted 100644 → 0 +0 −50 Original line number Diff line number Diff line name: enummapset-th version: 0.6.1.1 synopsis: TH-generated EnumSet/EnumMap wrappers around IntSet/IntMap. description: This package wraps @IntSet@ and @IntMap@ from @containers@, and provides fast sets and maps keyed on any data type with a well-behaved @Enum@ instance. Useful for derived @Enum@s, newtype'd @Int@s, or any data type that can be packed into an @Int@: just implement @fromEnum@ and @toEnum@. . The boilerplate is generated using Template Haskell, so unlike @enummapset@ it's easier to maintain and keep up-to-date with @containers@. On the downside, it's less portable. . Note that "Data.EnumMap.Lazy" and "Data.EnumMap.Strict" provide distinct newtype wrappers, and their respective 'Functor' instances behave as expected, unlike that of @IntMap@ which is alway lazy. homepage: https://github.com/tsurucapital/enummapset-th license: BSD3 license-file: LICENSE author: Liyang HU maintainer: enummapset-th@liyang.hu copyright: © 2013−2015 Liyang HU category: Data build-type: Simple cabal-version: >= 1.8 tested-with: GHC == 7.8.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1 extra-source-files: include/map.inc source-repository head type: git location: https://github.com/tsurucapital/enummapset-th.git library exposed-modules: Data.EnumMap.Lazy Data.EnumMap.Strict Data.EnumSet other-modules: Data.EnumMapSetWrapper build-depends: base >= 4.5 && < 5, deepseq >= 1.3, containers >= 0.5.3 && < 0.6, template-haskell >= 2.7 include-dirs: include ghc-options: -Wall -- vim: et sw=4 ts=4 sts=4: additional-cabals/haxr-3000.11.2.cabal→additional-cabals/haxr-3000.11.3.cabal +4 −4 Original line number Diff line number Diff line Name: haxr Version: 3000.11.2 Version: 3000.11.3 Cabal-version: >=1.10 Build-type: Simple Copyright: Bjorn Bringert, 2003-2006 Loading @@ -22,7 +22,7 @@ Extra-Source-Files: examples/test_client.hs examples/test_server.hs examples/time-xmlrpc-com.hs examples/validate.hs examples/Makefile Bug-reports: https://github.com/byorgey/haxr/issues Tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1 Tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.3 Source-repository head type: git Loading @@ -33,7 +33,7 @@ flag network-uri default: True Library Build-depends: base < 5, Build-depends: base >= 4.9 && < 4.13, base-compat >= 0.8 && < 0.10, mtl, mtl-compat, Loading Loading @@ -70,6 +70,6 @@ Library Network.XmlRpc.DTD_XMLRPC Other-Modules: Network.XmlRpc.Base64 Default-extensions: OverlappingInstances, TypeSynonymInstances, FlexibleInstances Default-extensions: TypeSynonymInstances, FlexibleInstances Other-extensions: OverloadedStrings, GeneralizedNewtypeDeriving, TemplateHaskell Default-language: Haskell2010 additional-cabals/hledger-1.12.1.cabal 0 → 100644 +320 −0 Original line number Diff line number Diff line cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.0. -- -- see: https://github.com/sol/hpack -- -- hash: 269994bfba5ad36962478f05df1bf958a94778ec5b36db499d768b64aa3e411a name: hledger version: 1.12.1 synopsis: Command-line interface for the hledger accounting tool description: This is hledger's command-line interface. Its basic function is to read a plain text file describing financial transactions and produce useful reports. . hledger is a cross-platform program for tracking money, time, or any other commodity, using double-entry accounting and a simple, editable file format. It is inspired by and largely compatible with ledger(1). hledger provides command-line, curses and web interfaces, and aims to be a reliable, practical tool for daily use. 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==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3 build-type: Simple extra-source-files: CHANGES README.md test/test.hs bench/10000x1000x10.journal hledger.1 hledger.txt hledger.info embeddedfiles/hledger.1 embeddedfiles/hledger.txt embeddedfiles/hledger.info embeddedfiles/hledger-api.1 embeddedfiles/hledger-api.txt embeddedfiles/hledger-api.info embeddedfiles/hledger-ui.1 embeddedfiles/hledger-ui.txt embeddedfiles/hledger-ui.info embeddedfiles/hledger-web.1 embeddedfiles/hledger-web.txt embeddedfiles/hledger-web.info embeddedfiles/hledger_journal.5 embeddedfiles/hledger_journal.txt embeddedfiles/hledger_journal.info embeddedfiles/hledger_csv.5 embeddedfiles/hledger_csv.txt embeddedfiles/hledger_csv.info embeddedfiles/hledger_timeclock.5 embeddedfiles/hledger_timeclock.txt embeddedfiles/hledger_timeclock.info embeddedfiles/hledger_timedot.5 embeddedfiles/hledger_timedot.txt embeddedfiles/hledger_timedot.info source-repository head type: git location: https://github.com/simonmichael/hledger flag terminfo description: On POSIX systems, build with the terminfo lib for detecting terminal width. manual: False default: True flag threaded description: Build with support for multithreaded execution manual: False default: True library exposed-modules: Hledger.Cli Hledger.Cli.Main Hledger.Cli.CliOptions Hledger.Cli.DocFiles Hledger.Cli.Utils Hledger.Cli.Version Hledger.Cli.Commands Hledger.Cli.Commands.Accounts Hledger.Cli.Commands.Activity Hledger.Cli.Commands.Add Hledger.Cli.Commands.Balance Hledger.Cli.Commands.Balancesheet Hledger.Cli.Commands.Balancesheetequity Hledger.Cli.Commands.Cashflow Hledger.Cli.Commands.Checkdates Hledger.Cli.Commands.Checkdupes Hledger.Cli.Commands.Close Hledger.Cli.Commands.Help Hledger.Cli.Commands.Files Hledger.Cli.Commands.Import Hledger.Cli.Commands.Incomestatement Hledger.Cli.Commands.Prices Hledger.Cli.Commands.Print Hledger.Cli.Commands.Printunique Hledger.Cli.Commands.Register Hledger.Cli.Commands.Registermatch Hledger.Cli.Commands.Rewrite Hledger.Cli.Commands.Roi Hledger.Cli.Commands.Stats Hledger.Cli.Commands.Tags Hledger.Cli.CompoundBalanceCommand other-modules: Paths_hledger ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path cpp-options: -DVERSION="1.12.1" build-depends: Decimal , Diff , ansi-terminal >=0.6.2.3 , base >=4.8 && <4.13 , base-compat-batteries >=0.10.1 && <0.11 , bytestring , cmdargs >=0.10 , containers , data-default >=0.5 , directory , easytest , file-embed >=0.0.10 , filepath , hashable >=1.2.4 , haskeline >=0.6 , here , hledger-lib >=1.12 && <1.13 , lucid , math-functions >=0.2.0.0 , megaparsec >=7.0.0 && <8 , mtl , mtl-compat , old-time , parsec >=3 , pretty-show >=1.6.4 , process , regex-tdfa , safe >=0.2 , shakespeare >=2.0.2.2 , split >=0.1 , tabular >=0.2 , temporary , text >=0.11 , time >=1.5 , transformers , unordered-containers , utf8-string >=0.3.5 , utility-ht >=0.0.13 , wizards >=1.0 if (!(os(windows))) && (flag(terminfo)) build-depends: terminfo default-language: Haskell2010 executable hledger main-is: hledger-cli.hs other-modules: Paths_hledger hs-source-dirs: app ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path cpp-options: -DVERSION="1.12.1" build-depends: Decimal , ansi-terminal >=0.6.2.3 , base >=4.8 && <4.13 , base-compat-batteries >=0.10.1 && <0.11 , bytestring , cmdargs >=0.10 , containers , data-default >=0.5 , directory , easytest , file-embed >=0.0.10 , filepath , haskeline >=0.6 , here , hledger , hledger-lib >=1.12 && <1.13 , math-functions >=0.2.0.0 , megaparsec >=7.0.0 && <8 , mtl , mtl-compat , old-time , parsec >=3 , pretty-show >=1.6.4 , process , regex-tdfa , safe >=0.2 , shakespeare >=2.0.2.2 , split >=0.1 , tabular >=0.2 , temporary , text >=0.11 , time >=1.5 , transformers , unordered-containers , utf8-string >=0.3.5 , utility-ht >=0.0.13 , wizards >=1.0 if (!(os(windows))) && (flag(terminfo)) build-depends: terminfo if flag(threaded) ghc-options: -threaded default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: test.hs other-modules: Paths_hledger hs-source-dirs: test ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path cpp-options: -DVERSION="1.12.1" build-depends: Decimal , ansi-terminal >=0.6.2.3 , base >=4.8 && <4.13 , base-compat-batteries >=0.10.1 && <0.11 , bytestring , cmdargs >=0.10 , containers , data-default >=0.5 , directory , easytest , file-embed >=0.0.10 , filepath , haskeline >=0.6 , here , hledger , hledger-lib >=1.12 && <1.13 , math-functions >=0.2.0.0 , megaparsec >=7.0.0 && <8 , mtl , mtl-compat , old-time , parsec >=3 , pretty-show >=1.6.4 , process , regex-tdfa , safe >=0.2 , shakespeare >=2.0.2.2 , split >=0.1 , tabular >=0.2 , temporary , test-framework , test-framework-hunit , text >=0.11 , time >=1.5 , transformers , unordered-containers , utf8-string >=0.3.5 , utility-ht >=0.0.13 , wizards >=1.0 if (!(os(windows))) && (flag(terminfo)) build-depends: terminfo default-language: Haskell2010 benchmark bench type: exitcode-stdio-1.0 main-is: bench.hs other-modules: Paths_hledger hs-source-dirs: bench ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path build-depends: Decimal , ansi-terminal >=0.6.2.3 , base >=4.8 && <4.13 , base-compat-batteries >=0.10.1 && <0.11 , bytestring , cmdargs >=0.10 , containers , criterion , data-default >=0.5 , directory , easytest , file-embed >=0.0.10 , filepath , haskeline >=0.6 , here , hledger , hledger-lib >=1.12 && <1.13 , html , math-functions >=0.2.0.0 , megaparsec >=7.0.0 && <8 , mtl , mtl-compat , old-time , parsec >=3 , pretty-show >=1.6.4 , process , regex-tdfa , safe >=0.2 , shakespeare >=2.0.2.2 , split >=0.1 , tabular >=0.2 , temporary , text >=0.11 , time >=1.5 , timeit , transformers , unordered-containers , utf8-string >=0.3.5 , utility-ht >=0.0.13 , wizards >=1.0 if (!(os(windows))) && (flag(terminfo)) build-depends: terminfo default-language: Haskell2010 Loading
additional-cabals/blaze-markup-0.8.2.1.cabal→additional-cabals/blaze-markup-0.8.2.2.cabal +5 −5 Original line number Diff line number Diff line Name: blaze-markup Version: 0.8.2.1 Version: 0.8.2.2 Homepage: http://jaspervdj.be/blaze Bug-Reports: http://github.com/jaspervdj/blaze-markup/issues License: BSD3 Loading Loading @@ -36,7 +36,7 @@ Library Text.Blaze.Renderer.Utf8 Build-depends: base >= 4 && < 4.12, base >= 4.4 && < 4.13, blaze-builder >= 0.3 && < 0.5, text >= 0.10 && < 1.3, bytestring >= 0.9 && < 0.11 Loading @@ -60,12 +60,12 @@ Test-suite blaze-markup-tests Build-depends: HUnit >= 1.2 && < 1.7, QuickCheck >= 2.7 && < 2.12, containers >= 0.3 && < 0.6, tasty >= 1.0 && < 1.1, containers >= 0.3 && < 0.7, tasty >= 1.0 && < 1.2, tasty-hunit >= 0.10 && < 0.11, tasty-quickcheck >= 0.10 && < 0.11, -- Copied from regular dependencies... base >= 4 && < 4.12, base >= 4 && < 4.13, blaze-builder >= 0.3 && < 0.5, text >= 0.10 && < 1.3, bytestring >= 0.9 && < 0.11 Loading
additional-cabals/bytestring-show-0.3.5.6.cabal 0 → 100644 +48 −0 Original line number Diff line number Diff line name: bytestring-show version: 0.3.5.6 license: BSD3 license-file: LICENSE author: Dan Doel maintainer: Dan Doel <dan.doel@gmail.com> homepage: http://code.haskell.org/~dolio/ category: Text synopsis: Efficient conversion of values into readable byte strings. description: Efficient conversion of values into readable byte strings. build-type: Simple cabal-version: >= 1.6 flag integer-simple default: False description: use with integer-simple build of GHC library build-depends: base < 5, binary < 0.8, bytestring >= 0.9 && <= 1, array < 0.6, containers < 0.6 exposed-modules: Text.Show.ByteString other-modules: Text.Show.ByteString.Util Text.Show.ByteString.Char Text.Show.ByteString.Int Text.Show.ByteString.Float Text.Show.ByteString.Integer ghc-options: -O2 -Wall if flag(integer-simple) cpp-options: -DINTEGER_SIMPLE build-depends: integer-simple if impl(ghc >= 6.11) && !flag(integer-simple) cpp-options: -DINTEGER_GMP build-depends: integer-gmp >= 0.2 if impl(ghc >= 6.9) && impl(ghc < 6.11) && !flag(integer-simple) cpp-options: -DINTEGER_GMP build-depends: integer >= 0.1 && < 0.2 source-repository head type: darcs location: http://hub.darcs.net/dolio/bytestring-show
additional-cabals/enummapset-th-0.6.1.1.cabaldeleted 100644 → 0 +0 −50 Original line number Diff line number Diff line name: enummapset-th version: 0.6.1.1 synopsis: TH-generated EnumSet/EnumMap wrappers around IntSet/IntMap. description: This package wraps @IntSet@ and @IntMap@ from @containers@, and provides fast sets and maps keyed on any data type with a well-behaved @Enum@ instance. Useful for derived @Enum@s, newtype'd @Int@s, or any data type that can be packed into an @Int@: just implement @fromEnum@ and @toEnum@. . The boilerplate is generated using Template Haskell, so unlike @enummapset@ it's easier to maintain and keep up-to-date with @containers@. On the downside, it's less portable. . Note that "Data.EnumMap.Lazy" and "Data.EnumMap.Strict" provide distinct newtype wrappers, and their respective 'Functor' instances behave as expected, unlike that of @IntMap@ which is alway lazy. homepage: https://github.com/tsurucapital/enummapset-th license: BSD3 license-file: LICENSE author: Liyang HU maintainer: enummapset-th@liyang.hu copyright: © 2013−2015 Liyang HU category: Data build-type: Simple cabal-version: >= 1.8 tested-with: GHC == 7.8.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1 extra-source-files: include/map.inc source-repository head type: git location: https://github.com/tsurucapital/enummapset-th.git library exposed-modules: Data.EnumMap.Lazy Data.EnumMap.Strict Data.EnumSet other-modules: Data.EnumMapSetWrapper build-depends: base >= 4.5 && < 5, deepseq >= 1.3, containers >= 0.5.3 && < 0.6, template-haskell >= 2.7 include-dirs: include ghc-options: -Wall -- vim: et sw=4 ts=4 sts=4:
additional-cabals/haxr-3000.11.2.cabal→additional-cabals/haxr-3000.11.3.cabal +4 −4 Original line number Diff line number Diff line Name: haxr Version: 3000.11.2 Version: 3000.11.3 Cabal-version: >=1.10 Build-type: Simple Copyright: Bjorn Bringert, 2003-2006 Loading @@ -22,7 +22,7 @@ Extra-Source-Files: examples/test_client.hs examples/test_server.hs examples/time-xmlrpc-com.hs examples/validate.hs examples/Makefile Bug-reports: https://github.com/byorgey/haxr/issues Tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1 Tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.3 Source-repository head type: git Loading @@ -33,7 +33,7 @@ flag network-uri default: True Library Build-depends: base < 5, Build-depends: base >= 4.9 && < 4.13, base-compat >= 0.8 && < 0.10, mtl, mtl-compat, Loading Loading @@ -70,6 +70,6 @@ Library Network.XmlRpc.DTD_XMLRPC Other-Modules: Network.XmlRpc.Base64 Default-extensions: OverlappingInstances, TypeSynonymInstances, FlexibleInstances Default-extensions: TypeSynonymInstances, FlexibleInstances Other-extensions: OverloadedStrings, GeneralizedNewtypeDeriving, TemplateHaskell Default-language: Haskell2010
additional-cabals/hledger-1.12.1.cabal 0 → 100644 +320 −0 Original line number Diff line number Diff line cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.0. -- -- see: https://github.com/sol/hpack -- -- hash: 269994bfba5ad36962478f05df1bf958a94778ec5b36db499d768b64aa3e411a name: hledger version: 1.12.1 synopsis: Command-line interface for the hledger accounting tool description: This is hledger's command-line interface. Its basic function is to read a plain text file describing financial transactions and produce useful reports. . hledger is a cross-platform program for tracking money, time, or any other commodity, using double-entry accounting and a simple, editable file format. It is inspired by and largely compatible with ledger(1). hledger provides command-line, curses and web interfaces, and aims to be a reliable, practical tool for daily use. 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==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3 build-type: Simple extra-source-files: CHANGES README.md test/test.hs bench/10000x1000x10.journal hledger.1 hledger.txt hledger.info embeddedfiles/hledger.1 embeddedfiles/hledger.txt embeddedfiles/hledger.info embeddedfiles/hledger-api.1 embeddedfiles/hledger-api.txt embeddedfiles/hledger-api.info embeddedfiles/hledger-ui.1 embeddedfiles/hledger-ui.txt embeddedfiles/hledger-ui.info embeddedfiles/hledger-web.1 embeddedfiles/hledger-web.txt embeddedfiles/hledger-web.info embeddedfiles/hledger_journal.5 embeddedfiles/hledger_journal.txt embeddedfiles/hledger_journal.info embeddedfiles/hledger_csv.5 embeddedfiles/hledger_csv.txt embeddedfiles/hledger_csv.info embeddedfiles/hledger_timeclock.5 embeddedfiles/hledger_timeclock.txt embeddedfiles/hledger_timeclock.info embeddedfiles/hledger_timedot.5 embeddedfiles/hledger_timedot.txt embeddedfiles/hledger_timedot.info source-repository head type: git location: https://github.com/simonmichael/hledger flag terminfo description: On POSIX systems, build with the terminfo lib for detecting terminal width. manual: False default: True flag threaded description: Build with support for multithreaded execution manual: False default: True library exposed-modules: Hledger.Cli Hledger.Cli.Main Hledger.Cli.CliOptions Hledger.Cli.DocFiles Hledger.Cli.Utils Hledger.Cli.Version Hledger.Cli.Commands Hledger.Cli.Commands.Accounts Hledger.Cli.Commands.Activity Hledger.Cli.Commands.Add Hledger.Cli.Commands.Balance Hledger.Cli.Commands.Balancesheet Hledger.Cli.Commands.Balancesheetequity Hledger.Cli.Commands.Cashflow Hledger.Cli.Commands.Checkdates Hledger.Cli.Commands.Checkdupes Hledger.Cli.Commands.Close Hledger.Cli.Commands.Help Hledger.Cli.Commands.Files Hledger.Cli.Commands.Import Hledger.Cli.Commands.Incomestatement Hledger.Cli.Commands.Prices Hledger.Cli.Commands.Print Hledger.Cli.Commands.Printunique Hledger.Cli.Commands.Register Hledger.Cli.Commands.Registermatch Hledger.Cli.Commands.Rewrite Hledger.Cli.Commands.Roi Hledger.Cli.Commands.Stats Hledger.Cli.Commands.Tags Hledger.Cli.CompoundBalanceCommand other-modules: Paths_hledger ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path cpp-options: -DVERSION="1.12.1" build-depends: Decimal , Diff , ansi-terminal >=0.6.2.3 , base >=4.8 && <4.13 , base-compat-batteries >=0.10.1 && <0.11 , bytestring , cmdargs >=0.10 , containers , data-default >=0.5 , directory , easytest , file-embed >=0.0.10 , filepath , hashable >=1.2.4 , haskeline >=0.6 , here , hledger-lib >=1.12 && <1.13 , lucid , math-functions >=0.2.0.0 , megaparsec >=7.0.0 && <8 , mtl , mtl-compat , old-time , parsec >=3 , pretty-show >=1.6.4 , process , regex-tdfa , safe >=0.2 , shakespeare >=2.0.2.2 , split >=0.1 , tabular >=0.2 , temporary , text >=0.11 , time >=1.5 , transformers , unordered-containers , utf8-string >=0.3.5 , utility-ht >=0.0.13 , wizards >=1.0 if (!(os(windows))) && (flag(terminfo)) build-depends: terminfo default-language: Haskell2010 executable hledger main-is: hledger-cli.hs other-modules: Paths_hledger hs-source-dirs: app ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path cpp-options: -DVERSION="1.12.1" build-depends: Decimal , ansi-terminal >=0.6.2.3 , base >=4.8 && <4.13 , base-compat-batteries >=0.10.1 && <0.11 , bytestring , cmdargs >=0.10 , containers , data-default >=0.5 , directory , easytest , file-embed >=0.0.10 , filepath , haskeline >=0.6 , here , hledger , hledger-lib >=1.12 && <1.13 , math-functions >=0.2.0.0 , megaparsec >=7.0.0 && <8 , mtl , mtl-compat , old-time , parsec >=3 , pretty-show >=1.6.4 , process , regex-tdfa , safe >=0.2 , shakespeare >=2.0.2.2 , split >=0.1 , tabular >=0.2 , temporary , text >=0.11 , time >=1.5 , transformers , unordered-containers , utf8-string >=0.3.5 , utility-ht >=0.0.13 , wizards >=1.0 if (!(os(windows))) && (flag(terminfo)) build-depends: terminfo if flag(threaded) ghc-options: -threaded default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: test.hs other-modules: Paths_hledger hs-source-dirs: test ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path cpp-options: -DVERSION="1.12.1" build-depends: Decimal , ansi-terminal >=0.6.2.3 , base >=4.8 && <4.13 , base-compat-batteries >=0.10.1 && <0.11 , bytestring , cmdargs >=0.10 , containers , data-default >=0.5 , directory , easytest , file-embed >=0.0.10 , filepath , haskeline >=0.6 , here , hledger , hledger-lib >=1.12 && <1.13 , math-functions >=0.2.0.0 , megaparsec >=7.0.0 && <8 , mtl , mtl-compat , old-time , parsec >=3 , pretty-show >=1.6.4 , process , regex-tdfa , safe >=0.2 , shakespeare >=2.0.2.2 , split >=0.1 , tabular >=0.2 , temporary , test-framework , test-framework-hunit , text >=0.11 , time >=1.5 , transformers , unordered-containers , utf8-string >=0.3.5 , utility-ht >=0.0.13 , wizards >=1.0 if (!(os(windows))) && (flag(terminfo)) build-depends: terminfo default-language: Haskell2010 benchmark bench type: exitcode-stdio-1.0 main-is: bench.hs other-modules: Paths_hledger hs-source-dirs: bench ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path build-depends: Decimal , ansi-terminal >=0.6.2.3 , base >=4.8 && <4.13 , base-compat-batteries >=0.10.1 && <0.11 , bytestring , cmdargs >=0.10 , containers , criterion , data-default >=0.5 , directory , easytest , file-embed >=0.0.10 , filepath , haskeline >=0.6 , here , hledger , hledger-lib >=1.12 && <1.13 , html , math-functions >=0.2.0.0 , megaparsec >=7.0.0 && <8 , mtl , mtl-compat , old-time , parsec >=3 , pretty-show >=1.6.4 , process , regex-tdfa , safe >=0.2 , shakespeare >=2.0.2.2 , split >=0.1 , tabular >=0.2 , temporary , text >=0.11 , time >=1.5 , timeit , transformers , unordered-containers , utf8-string >=0.3.5 , utility-ht >=0.0.13 , wizards >=1.0 if (!(os(windows))) && (flag(terminfo)) build-depends: terminfo default-language: Haskell2010