[Fencommits] fenfire-hs: force .turtle suffix instead of .nt

Benja Fallenstein benja.fallenstein at gmail.com
Sun Feb 18 12:29:32 EET 2007


Sun Feb 18 12:29:22 EET 2007  Benja Fallenstein <benja.fallenstein at gmail.com>
  * force .turtle suffix instead of .nt
diff -rN -u old-fenfire-hs/Fenfire.fhs new-fenfire-hs/Fenfire.fhs
--- old-fenfire-hs/Fenfire.fhs	2007-02-18 12:29:31.000000000 +0200
+++ new-fenfire-hs/Fenfire.fhs	2007-02-18 12:29:31.000000000 +0200
@@ -422,8 +422,8 @@
         _              -> return (fileName0, False)
         
 checkSuffix :: FilePath -> FilePath
-checkSuffix s | Data.List.isSuffixOf ".nt" s = s
-              | otherwise                    = s ++ ".nt"
+checkSuffix s | Data.List.isSuffixOf ".turtle" s = s
+              | otherwise                        = s ++ ".turtle"
 
 confirmSave :: (?vs :: ViewSettings, ?pw :: Window,
                 ?views :: Views, ?uriMaker :: URIMaker) => 




More information about the Fencommits mailing list