Skip to content

Commit ef1d241

Browse files
committed
bump
1 parent 4e26f37 commit ef1d241

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

R-pandoc.cabal

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: R-pandoc
2-
version: 0.2.2
2+
version: 0.2.3
33
cabal-version: >=1.10
44
build-type: Simple
55
license: BSD3
@@ -17,11 +17,11 @@ source-repository head
1717

1818
library
1919
build-depends:
20-
base >=4.6 && <4.10,
21-
pandoc-types >=1.12 && <1.17,
22-
directory >=1.2 && <1.3,
20+
base >=4.6 && <5,
21+
pandoc-types >=1.12 && <1.18,
22+
directory >=1.2 && <1.4,
2323
filepath >=1.3 && <1.5,
24-
process >=1.2 && <1.5,
24+
process >=1.2 && <1.7,
2525
split >=0.2 && <0.3
2626
exposed-modules: Text.Pandoc.R
2727
exposed: True
@@ -32,9 +32,9 @@ library
3232

3333
executable R-pandoc
3434
build-depends:
35-
base >=4.6 && <4.10,
36-
pandoc-types >=1.12 && <1.17,
37-
R-pandoc ==0.2.2
35+
base >=4.6 && <5,
36+
pandoc-types >=1.12 && <1.18,
37+
R-pandoc ==0.2.3
3838
main-is: src/Main.hs
3939
buildable: True
4040
default-language: Haskell2010

stack.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
flags: {}
1+
resolver: lts-14.14
22
packages:
33
- '.'
4-
extra-deps: []
5-
resolver: lts-7.12

0 commit comments

Comments
 (0)