Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Apr 27, 2018
1 parent 6b3a066 commit a8f99eb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 4 additions & 4 deletions patat.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Executable patat
Default-language: Haskell2010

Build-depends:
aeson >= 0.9 && < 1.3,
aeson >= 0.9 && < 1.4,
ansi-terminal >= 0.6 && < 0.9,
ansi-wl-pprint >= 0.6 && < 0.7,
base >= 4.6 && < 4.11,
Expand All @@ -43,10 +43,10 @@ Executable patat
mtl >= 2.2 && < 2.3,
optparse-applicative >= 0.12 && < 0.15,
pandoc >= 2.0.4 && < 2.2,
skylighting >= 0.1 && < 0.7,
skylighting >= 0.1 && < 0.8,
terminal-size >= 0.3 && < 0.4,
text >= 1.2 && < 1.3,
time >= 1.4 && < 1.9,
time >= 1.4 && < 1.10,
unordered-containers >= 0.2 && < 0.3,
yaml >= 0.7 && < 0.9,
-- We don't even depend on these packages but they can break cabal install
Expand Down Expand Up @@ -88,4 +88,4 @@ Executable patat-make-man
mtl >= 2.2 && < 2.3,
pandoc >= 2.0 && < 2.2,
text >= 1.2 && < 1.3,
time >= 1.6 && < 1.9
time >= 1.6 && < 1.10
8 changes: 7 additions & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@ packages:
flags:
patat:
patat-make-man: true
extra-deps: []
allow-newer: true
extra-deps:
- 'aeson-1.3.1.0'
- 'ansi-terminal-0.8.0.2'
- 'skylighting-0.7.1'
- 'time-1.9.1'
- 'skylighting-core-0.7.1'

0 comments on commit a8f99eb

Please sign in to comment.