Skip to content

Commit

Permalink
Disable x-partial warnings in tests (uses of head and tail)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lysxia authored and Bodigrim committed Mar 13, 2024
1 parent c826a6c commit f0a7d04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/Tests/Properties/Basics.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

{-# OPTIONS_GHC -Wno-missing-signatures #-}
{-# OPTIONS_GHC -Wno-warnings-deprecations #-}
{-# OPTIONS_GHC -Wno-x-partial #-}

module Tests.Properties.Basics
( testBasics
Expand Down
1 change: 1 addition & 0 deletions tests/Tests/ShareEmpty.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE BangPatterns #-}
{-# OPTIONS_GHC -Wno-x-partial #-}

module Tests.ShareEmpty
( tests
Expand Down

0 comments on commit f0a7d04

Please sign in to comment.