Skip to content

Commit e8bb54a

Browse files
committed
Remove unused -XCPP
1 parent bec837b commit e8bb54a

File tree

11 files changed

+0
-13
lines changed

11 files changed

+0
-13
lines changed

hackage-security-HTTP/src/Hackage/Security/Client/Repository/HttpLib/HTTP.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{-# LANGUAGE CPP #-}
21
-- | Implementation of 'HttpClient' using the HTTP package
32
module Hackage.Security.Client.Repository.HttpLib.HTTP (
43
withClient

hackage-security/src/Hackage/Security/Client.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{-# LANGUAGE CPP #-}
21
{-# LANGUAGE StaticPointers #-}
32

43
-- | Main entry point into the Hackage Security framework for clients

hackage-security/src/Hackage/Security/Client/Repository/HttpLib.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{-# LANGUAGE CPP #-}
21
-- | Abstracting over HTTP libraries
32
module Hackage.Security.Client.Repository.HttpLib (
43
HttpLib(..)

hackage-security/src/Hackage/Security/TUF/Patterns.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
--
33
-- NOTE: This module was developed to prepare for proper delegation (#39).
44
-- It is currently unused.
5-
{-# LANGUAGE CPP #-}
65
{-# LANGUAGE DeriveLift #-}
76
{-# LANGUAGE StandaloneDeriving #-}
87

hackage-security/src/Hackage/Security/Trusted.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{-# LANGUAGE CPP #-}
21
{-# LANGUAGE StaticPointers #-}
32

43
module Hackage.Security.Trusted (

hackage-security/src/Hackage/Security/Trusted/TCB.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{-# LANGUAGE CPP #-}
21
module Hackage.Security.Trusted.TCB (
32
-- * Trusted values
43
Trusted(DeclareTrusted)

hackage-security/src/Hackage/Security/Util/Checked.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{-# LANGUAGE CPP #-}
21
{-# LANGUAGE DeriveDataTypeable #-}
32
{-# LANGUAGE IncoherentInstances #-}
43
{-# LANGUAGE RoleAnnotations #-}

hackage-security/src/Hackage/Security/Util/JSON.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
{-# LANGUAGE CPP #-}
2-
31
-- |
42
module Hackage.Security.Util.JSON (
53
-- * Type classes

hackage-security/src/Hackage/Security/Util/Path.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
--
88
-- Note that his module does not import any other modules from Hackage.Security;
99
-- everywhere else we use Path instead of FilePath directly.
10-
{-# LANGUAGE CPP #-}
1110
module Hackage.Security.Util.Path (
1211
-- * Paths
1312
Path(..)

hackage-security/src/Hackage/Security/Util/Some.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{-# LANGUAGE CPP #-}
21
-- | Hiding existentials
32
module Hackage.Security.Util.Some (
43
Some(..)

0 commit comments

Comments
 (0)