File tree 1 file changed +8
-8
lines changed 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ library
44
44
System.Console.Docopt.Public
45
45
46
46
build-depends : base >= 4.9 && < 5.0 ,
47
- parsec >= 3.1.0 ,
48
- containers
47
+ parsec >= 3.1.14 && < 3.2 ,
48
+ containers >= 0.6.2 && < 0.7
49
49
50
50
ghc-options : -Wall
51
51
-fno-warn-unused-binds
@@ -57,8 +57,8 @@ library
57
57
exposed-modules : System.Console.Docopt
58
58
other-modules : System.Console.Docopt.QQ
59
59
System.Console.Docopt.QQ.Instances
60
- build-depends : template-haskell,
61
- th-lift
60
+ build-depends : template-haskell >= 2.15.0 && < 2.16 ,
61
+ th-lift >= 0.8.2 && < 0.9
62
62
63
63
test-suite tests
64
64
type : exitcode-stdio-1.0
@@ -73,17 +73,17 @@ test-suite tests
73
73
-fno-warn-orphans
74
74
75
75
build-depends : base,
76
- parsec,
77
- containers,
76
+ parsec >= 3.1.14 && < 3.2 ,
77
+ containers >= 0.6.2 && < 0.7 ,
78
78
docopt,
79
79
HUnit,
80
80
split,
81
81
ansi-terminal,
82
82
aeson,
83
83
bytestring,
84
84
text,
85
- template-haskell,
86
- th-lift
85
+ template-haskell >= 2.15.0 && < 2.16 ,
86
+ th-lift >= 0.8.2 && < 0.9
87
87
88
88
other-modules : System.Console.Docopt
89
89
System.Console.Docopt.ApplicativeParsec
You can’t perform that action at this time.
0 commit comments