File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ synopsis: Haskell bindings for Tracy frame profiler
1717# <https://github.com/wolfpld/tracy>
1818
1919dependencies :
20- - base >= 4.7 && < 5
20+ - base >= 4.16 && < 5
2121
2222flags :
2323 enable :
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ library
7373 extra-libraries :
7474 TracyClient
7575 build-depends :
76- base >= 4.7 && < 5
76+ base >= 4.16 && < 5
7777 , bytestring
7878 , text >= 2.0 && < 3
7979 , webcolor-labels
@@ -110,7 +110,7 @@ test-suite tracy-profiler-test
110110 ImplicitParams
111111 ghc-options : -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
112112 build-depends :
113- base >= 4.7 && < 5
113+ base >= 4.16 && < 5
114114 , random
115115 , text
116116 , tracy-profiler
You can’t perform that action at this time.
0 commit comments