Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use more accurate license tag in Cabal file. #512

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions hledger-api/hledger-api.cabal
@@ -1,4 +1,4 @@
-- This file has been generated from package.yaml by hpack version 0.15.0.
-- This file has been generated from package.yaml by hpack version 0.17.0.
--
-- see: https://github.com/sol/hpack

Expand All @@ -20,7 +20,7 @@ homepage: http://hledger.org
bug-reports: http://bugs.hledger.org
author: Simon Michael <simon@joyful.com>
maintainer: Simon Michael <simon@joyful.com>
license: GPL
license: GPL-3
license-file: LICENSE
tested-with: GHC==7.10.3, GHC==8.0
build-type: Simple
Expand Down
2 changes: 1 addition & 1 deletion hledger-api/package.yaml
Expand Up @@ -12,7 +12,7 @@ description: |
interfaces, and aims to be a reliable, practical tool for daily
use.
category: Finance
license: GPL
license: GPL-3
author: Simon Michael <simon@joyful.com>
maintainer: Simon Michael <simon@joyful.com>
github: simonmichael/hledger
Expand Down
14 changes: 7 additions & 7 deletions hledger-lib/hledger-lib.cabal
@@ -1,4 +1,4 @@
-- This file has been generated from package.yaml by hpack version 0.15.0.
-- This file has been generated from package.yaml by hpack version 0.17.0.
--
-- see: https://github.com/sol/hpack

Expand All @@ -19,7 +19,7 @@ homepage: http://hledger.org
bug-reports: http://bugs.hledger.org
author: Simon Michael <simon@joyful.com>
maintainer: Simon Michael <simon@joyful.com>
license: GPL
license: GPL-3
license-file: LICENSE
tested-with: GHC==7.10.3, GHC==8.0
build-type: Simple
Expand Down Expand Up @@ -55,7 +55,7 @@ flag oldtime
library
hs-source-dirs:
other/ledger-parse
, .
./.
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
build-depends:
base >=4.8 && <5
Expand Down Expand Up @@ -153,8 +153,8 @@ test-suite doctests
main-is: doctests.hs
hs-source-dirs:
other/ledger-parse
, .
, tests
./.
tests
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
build-depends:
base >=4.8 && <5
Expand Down Expand Up @@ -244,8 +244,8 @@ test-suite hunittests
main-is: hunittests.hs
hs-source-dirs:
other/ledger-parse
, .
, tests
./.
tests
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
build-depends:
base >=4.8 && <5
Expand Down
2 changes: 1 addition & 1 deletion hledger-lib/package.yaml
Expand Up @@ -11,7 +11,7 @@ description: |
interfaces, and aims to be a reliable, practical tool for daily
use.
category: Finance
license: GPL
license: GPL-3
author: Simon Michael <simon@joyful.com>
maintainer: Simon Michael <simon@joyful.com>
github: simonmichael/hledger
Expand Down
6 changes: 3 additions & 3 deletions hledger-ui/hledger-ui.cabal
@@ -1,4 +1,4 @@
-- This file has been generated from package.yaml by hpack version 0.15.0.
-- This file has been generated from package.yaml by hpack version 0.17.0.
--
-- see: https://github.com/sol/hpack

Expand All @@ -21,7 +21,7 @@ homepage: http://hledger.org
bug-reports: http://bugs.hledger.org
author: Simon Michael <simon@joyful.com>
maintainer: Simon Michael <simon@joyful.com>
license: GPL
license: GPL-3
license-file: LICENSE
tested-with: GHC==7.10.3, GHC==8.0
build-type: Simple
Expand Down Expand Up @@ -53,7 +53,7 @@ flag threaded
executable hledger-ui
main-is: hledger-ui.hs
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.1.98"
build-depends:
Expand Down
2 changes: 1 addition & 1 deletion hledger-ui/package.yaml
Expand Up @@ -13,7 +13,7 @@ description : |
interfaces, and aims to be a reliable, practical tool for daily
use.
category : Finance, Console
license : GPL
license : GPL-3
author : Simon Michael <simon@joyful.com>
maintainer : Simon Michael <simon@joyful.com>
github : simonmichael/hledger
Expand Down
4 changes: 2 additions & 2 deletions hledger-web/hledger-web.cabal
@@ -1,4 +1,4 @@
-- This file has been generated from package.yaml by hpack version 0.15.0.
-- This file has been generated from package.yaml by hpack version 0.17.0.
--
-- see: https://github.com/sol/hpack

Expand All @@ -21,7 +21,7 @@ homepage: http://hledger.org
bug-reports: http://bugs.hledger.org
author: Simon Michael <simon@joyful.com>
maintainer: Simon Michael <simon@joyful.com>
license: GPL
license: GPL-3
license-file: LICENSE
tested-with: GHC==7.10.3, GHC==8.0
build-type: Simple
Expand Down
2 changes: 1 addition & 1 deletion hledger-web/package.yaml
Expand Up @@ -13,7 +13,7 @@ description: |
interfaces, and aims to be a reliable, practical tool for daily
use.
category: Finance
license: GPL
license: GPL-3
author: Simon Michael <simon@joyful.com>
maintainer: Simon Michael <simon@joyful.com>
github: simonmichael/hledger
Expand Down
4 changes: 2 additions & 2 deletions hledger/hledger.cabal
@@ -1,4 +1,4 @@
-- This file has been generated from package.yaml by hpack version 0.15.0.
-- This file has been generated from package.yaml by hpack version 0.17.0.
--
-- see: https://github.com/sol/hpack

Expand All @@ -21,7 +21,7 @@ homepage: http://hledger.org
bug-reports: http://bugs.hledger.org
author: Simon Michael <simon@joyful.com>
maintainer: Simon Michael <simon@joyful.com>
license: GPL
license: GPL-3
license-file: LICENSE
tested-with: GHC==7.10.3, GHC==8.0
build-type: Simple
Expand Down
2 changes: 1 addition & 1 deletion hledger/package.yaml
Expand Up @@ -13,7 +13,7 @@ description: |
interfaces, and aims to be a reliable, practical tool for daily
use.
category: Finance, Console
license: GPL
license: GPL-3
author: Simon Michael <simon@joyful.com>
maintainer: Simon Michael <simon@joyful.com>
github: simonmichael/hledger
Expand Down