Skip to content

Commit 5cef6c9

Browse files
committed
Raise minimal base to match webcolors and stuff
1 parent e16bfc8 commit 5cef6c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ synopsis: Haskell bindings for Tracy frame profiler
1717
# <https://github.com/wolfpld/tracy>
1818

1919
dependencies:
20-
- base >= 4.7 && < 5
20+
- base >= 4.16 && < 5
2121

2222
flags:
2323
enable:

tracy-profiler.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)