File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ library
6565 Generics.SOP.NP
6666 Generics.SOP.NS
6767 Generics.SOP.Sing
68- build-depends : base >= 4.9 && < 4.18 ,
68+ build-depends : base >= 4.9 && < 4.19 ,
6969 sop-core == 0.5.0. *,
70- template-haskell >= 2.8 && < 2.20 ,
70+ template-haskell >= 2.8 && < 2.21 ,
7171 th-abstraction >= 0.4 && < 0.5 ,
72- ghc-prim >= 0.3 && < 0.10
72+ ghc-prim >= 0.3 && < 0.11
7373 hs-source-dirs : src
7474 default-language : Haskell2010
7575 ghc-options : -Wall
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ library
4141 Data.SOP.NP
4242 Data.SOP.NS
4343 Data.SOP.Sing
44- build-depends : base >= 4.9 && < 4.18 ,
44+ build-depends : base >= 4.9 && < 4.19 ,
4545 deepseq >= 1.3 && < 1.5
4646 hs-source-dirs : src
4747 default-language : Haskell2010
You can’t perform that action at this time.
0 commit comments