File tree 2 files changed +9
-11
lines changed
2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 1
1
name : R-pandoc
2
- version : 0.2.2
2
+ version : 0.2.3
3
3
cabal-version : >= 1.10
4
4
build-type : Simple
5
5
license : BSD3
@@ -17,11 +17,11 @@ source-repository head
17
17
18
18
library
19
19
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 ,
23
23
filepath >= 1.3 && < 1.5 ,
24
- process >= 1.2 && < 1.5 ,
24
+ process >= 1.2 && < 1.7 ,
25
25
split >= 0.2 && < 0.3
26
26
exposed-modules : Text.Pandoc.R
27
27
exposed : True
@@ -32,9 +32,9 @@ library
32
32
33
33
executable R-pandoc
34
34
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
38
38
main-is : src/Main.hs
39
39
buildable : True
40
40
default-language : Haskell2010
Original file line number Diff line number Diff line change 1
- flags : {}
1
+ resolver : lts-14.14
2
2
packages :
3
3
- ' .'
4
- extra-deps : []
5
- resolver : lts-7.12
You can’t perform that action at this time.
0 commit comments