Skip to content

Commit 3f3e0b1

Browse files
committed
Bump cabal-version to 1.24
1 parent 434d306 commit 3f3e0b1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

threadscope.cabal

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Cabal-version: 1.24
12
Name: threadscope
23
Version: 0.2.13
34
Category: Development, Profiling, Trace
@@ -31,7 +32,6 @@ Maintainer: Simon Marlow <marlowsd@gmail.com>
3132
Homepage: http://www.haskell.org/haskellwiki/ThreadScope
3233
Bug-reports: https://github.com/haskell/ThreadScope/issues
3334
Build-Type: Simple
34-
Cabal-version: >= 1.6
3535
Data-files: threadscope.ui, threadscope.png
3636
Extra-source-files: include/windows_cconv.h
3737
README.md
@@ -67,7 +67,7 @@ Executable threadscope
6767
temporary >= 1.1 && < 1.4
6868

6969
include-dirs: include
70-
Extensions: RecordWildCards, NamedFieldPuns, BangPatterns, PatternGuards
70+
default-extensions: RecordWildCards, NamedFieldPuns, BangPatterns, PatternGuards
7171
Other-Modules: Events.HECs,
7272
Events.EventDuration,
7373
Events.EventTree,
@@ -117,3 +117,5 @@ Executable threadscope
117117

118118
if !os(windows)
119119
build-depends: unix >= 2.3 && < 2.8
120+
121+
default-language: Haskell2010

0 commit comments

Comments
 (0)