Skip to content

Commit

Permalink
Silence warning on partial functions in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MMZK1526 committed May 24, 2024
1 parent c54e5a2 commit d865aa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Spec.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{-# LANGUAGE DuplicateRecordFields #-}

{-# OPTIONS_GHC -Wno-incomplete-uni-patterns #-}
{-# OPTIONS_GHC -Wno-x-partial #-}

Check warning on line 4 in test/Spec.hs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 9.2.5)

unrecognised warning flag: -Wno-x-partial

Check warning on line 4 in test/Spec.hs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 9.2.5)

unrecognised warning flag: -Wno-x-partial

Check warning on line 4 in test/Spec.hs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 9.2.5)

unrecognised warning flag: -Wno-x-partial

Check warning on line 4 in test/Spec.hs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 9.2.5)

unrecognised warning flag: -Wno-x-partial

Check warning on line 4 in test/Spec.hs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 9.6.1)

unrecognised warning flag: -Wno-x-partial

Check warning on line 4 in test/Spec.hs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 9.6.1)

unrecognised warning flag: -Wno-x-partial

Check warning on line 4 in test/Spec.hs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 9.6.1)

unrecognised warning flag: -Wno-x-partial

Check warning on line 4 in test/Spec.hs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 9.6.1)

unrecognised warning flag: -Wno-x-partial

Check warning on line 4 in test/Spec.hs

View workflow job for this annotation

GitHub Actions / build (macOS-latest, 9.2.5)

unrecognised warning flag: -Wno-x-partial

Check warning on line 4 in test/Spec.hs

View workflow job for this annotation

GitHub Actions / build (macOS-latest, 9.2.5)

unrecognised warning flag: -Wno-x-partial

Check warning on line 4 in test/Spec.hs

View workflow job for this annotation

GitHub Actions / build (macOS-latest, 9.2.5)

unrecognised warning flag: -Wno-x-partial

Check warning on line 4 in test/Spec.hs

View workflow job for this annotation

GitHub Actions / build (macOS-latest, 9.2.5)

unrecognised warning flag: -Wno-x-partial

Check warning on line 4 in test/Spec.hs

View workflow job for this annotation

GitHub Actions / build (macOS-latest, 9.6.1)

unrecognised warning flag: -Wno-x-partial

Check warning on line 4 in test/Spec.hs

View workflow job for this annotation

GitHub Actions / build (macOS-latest, 9.6.1)

unrecognised warning flag: -Wno-x-partial

Check warning on line 4 in test/Spec.hs

View workflow job for this annotation

GitHub Actions / build (macOS-latest, 9.6.1)

unrecognised warning flag: -Wno-x-partial

Check warning on line 4 in test/Spec.hs

View workflow job for this annotation

GitHub Actions / build (macOS-latest, 9.6.1)

unrecognised warning flag: -Wno-x-partial

Check warning on line 4 in test/Spec.hs

View workflow job for this annotation

GitHub Actions / build (windows-latest, 9.2.5)

unrecognised warning flag: -Wno-x-partial

Check warning on line 4 in test/Spec.hs

View workflow job for this annotation

GitHub Actions / build (windows-latest, 9.2.5)

unrecognised warning flag: -Wno-x-partial

Check warning on line 4 in test/Spec.hs

View workflow job for this annotation

GitHub Actions / build (windows-latest, 9.2.5)

unrecognised warning flag: -Wno-x-partial

Check warning on line 4 in test/Spec.hs

View workflow job for this annotation

GitHub Actions / build (windows-latest, 9.2.5)

unrecognised warning flag: -Wno-x-partial

Check warning on line 4 in test/Spec.hs

View workflow job for this annotation

GitHub Actions / build (windows-latest, 9.6.1)

unrecognised warning flag: -Wno-x-partial

Check warning on line 4 in test/Spec.hs

View workflow job for this annotation

GitHub Actions / build (windows-latest, 9.6.1)

unrecognised warning flag: -Wno-x-partial

Check warning on line 4 in test/Spec.hs

View workflow job for this annotation

GitHub Actions / build (windows-latest, 9.6.1)

unrecognised warning flag: -Wno-x-partial

Check warning on line 4 in test/Spec.hs

View workflow job for this annotation

GitHub Actions / build (windows-latest, 9.6.1)

unrecognised warning flag: -Wno-x-partial

import Control.Monad
import Data.Aeson
Expand Down

0 comments on commit d865aa0

Please sign in to comment.