Skip to content

Commit c04f2b0

Browse files
committed
Don't use QuasiQuotes
This extension is unused and can't be used in boot libraries
1 parent f0b7bf7 commit c04f2b0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

System/File/OsPath/Internal.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
{-# LANGUAGE TypeApplications #-}
33
{-# LANGUAGE BangPatterns #-}
44
{-# LANGUAGE ViewPatterns #-}
5-
{-# LANGUAGE QuasiQuotes #-}
65

76
module System.File.OsPath.Internal where
87

windows/System/File/Platform.hsc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{-# LANGUAGE CPP #-}
22
{-# LANGUAGE TypeApplications #-}
3-
{-# LANGUAGE QuasiQuotes #-}
43
{-# LANGUAGE PackageImports #-}
54

65
module System.File.Platform where

0 commit comments

Comments
 (0)