From bbaaa5605688228d4b88cc19bc207fb9a757de08 Mon Sep 17 00:00:00 2001
From: Ian Lynagh <igloo@earth.li>
Date: Thu, 26 Feb 2009 00:00:05 +0000
Subject: [PATCH] Put Extra-Source-Files in the right place in the Cabal file

---
 filepath.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/filepath.cabal b/filepath.cabal
index ac3a101..870556b 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -9,13 +9,13 @@ Category:       System
 build-type:     Simple
 Synopsis:       Library for manipulating FilePath's in a cross platform way.
 cabal-version:  >=1.6
+Extra-Source-Files: System/FilePath/Internal.hs
 
 Library
     Exposed-modules:
         System.FilePath
         System.FilePath.Posix
         System.FilePath.Windows
-    Extra-Source-Files: System/FilePath/Internal.hs
     Extensions: CPP
     Build-Depends:  base
 
-- 
GitLab