Skip to content

Commit 360f634

Browse files
committed
Hide deprecation warnings in Codec.Archive.Tar.PackAscii
1 parent e84ccea commit 360f634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Codec/Archive/Tar/PackAscii.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{-# LANGUAGE PackageImports #-}
22

33
{-# OPTIONS_HADDOCK hide #-}
4+
{-# OPTIONS_GHC -Wno-deprecations #-}
45
{-# OPTIONS_GHC -Wno-unrecognised-pragmas #-}
56
{-# HLINT ignore "Avoid restricted function" #-}
67

0 commit comments

Comments
 (0)