Skip to content

Commit a186705

Browse files
committed
adding Strict and StrictData
1 parent eea4dfc commit a186705

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

network.cabal

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ library
175175
build-depends:
176176
temporary
177177

178+
if impl(ghc >=8)
179+
default-extensions: Strict StrictData
180+
178181
test-suite spec
179182
type: exitcode-stdio-1.0
180183
main-is: Spec.hs
@@ -200,3 +203,6 @@ test-suite spec
200203

201204
if flag(devel)
202205
cpp-options: -DDEVELOPMENT
206+
207+
if impl(ghc >=8)
208+
default-extensions: Strict StrictData

0 commit comments

Comments
 (0)