Skip to content

Commit

Permalink
ghc-9.4.x: update hledger to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Sep 21, 2023
1 parent bc0494c commit 7e5edd9
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/cabal2obs/Config/Ghc94x.hs
Expand Up @@ -159,6 +159,7 @@ constraintList = [ "adjunctions ^>= 4.4.2"
, "dbus ^>= 1.2.27"
, "dec ^>= 0.0.5"
, "Decimal ^>= 0.5.2"
, "deferred-folds >=0.9.10.1 && <0.10"
, "dense-linear-algebra ^>= 0.1.0.0"
, "deriving-aeson ^>= 0.2.9"
, "Diff ^>= 0.4.1"
Expand Down Expand Up @@ -207,10 +208,10 @@ constraintList = [ "adjunctions ^>= 4.4.2"
, "haskell-lexer ^>= 1.1.1"
, "hinotify ^>= 0.4.1"
, "hjsmin ^>= 0.2.1"
, "hledger ^>= 1.28"
, "hledger-interest ^>= 1.6.5"
, "hledger-lib ^>= 1.28"
, "hledger-ui ^>= 1.28"
, "hledger"
, "hledger-interest"
, "hledger-lib"
, "hledger-ui"
, "hlint ^>= 3.5"
, "hourglass ^>= 0.2.12"
, "hscolour ^>= 1.24.4"
Expand Down Expand Up @@ -254,6 +255,7 @@ constraintList = [ "adjunctions ^>= 4.4.2"
, "iproute ^>= 1.7.12"
, "ipynb ^>= 0.2"
, "isocline >=1.0 && <1.1"
, "isomorphism-class >=0.1.0.1 && <0.2"
, "iwlib ^>= 0.1.2"
, "jira-wiki-markup ^>= 1.5.0"
, "js-chart ^>= 2.9.4.1"
Expand Down Expand Up @@ -304,6 +306,7 @@ constraintList = [ "adjunctions ^>= 4.4.2"
, "optics-core ^>= 0.4.1"
, "optparse-applicative ^>= 0.18.1.0"
, "ordered-containers"
, "pager >=0.1.1.0"
, "pandoc < 3.1.4" -- newer versions depend on crypton
, "pandoc-cli >= 0.1"
, "pandoc-lua-engine >=0.2 && <0.2.1"
Expand Down Expand Up @@ -393,6 +396,9 @@ constraintList = [ "adjunctions ^>= 4.4.2"
, "temporary ^>= 1.3"
, "terminal-size ^>= 0.3.3"
, "texmath ^>= 0.12.6"
, "text-ansi >=0.2.1"
, "text-builder ^>=0.6.7"
, "text-builder-dev >=0.3.1 && <0.4"
, "text-conversions ^>= 0.3.1.1"
, "text-short ^>= 0.1.5"
, "text-zipper ^>= 0.12"
Expand Down

0 comments on commit 7e5edd9

Please sign in to comment.