[Fencommits] fenfire-hs: fix the cabal file for hackagedb errors

Tuukka Hastrup Tuukka.Hastrup at iki.fi
Mon Oct 5 18:47:56 EEST 2009


Mon Oct  5 18:45:27 EEST 2009  Tuukka Hastrup <Tuukka.Hastrup at iki.fi>
  * fix the cabal file for hackagedb errors
  Ignore-this: 70dfa0c621cc5e41322ac359c73e06f8

    M ./fenfire.cabal -9 +10

Mon Oct  5 18:45:27 EEST 2009  Tuukka Hastrup <Tuukka.Hastrup at iki.fi>
  * fix the cabal file for hackagedb errors
  Ignore-this: 70dfa0c621cc5e41322ac359c73e06f8
diff -rN -u old-fenfire-hs/fenfire.cabal new-fenfire-hs/fenfire.cabal
--- old-fenfire-hs/fenfire.cabal	2009-10-05 18:47:56.258165884 +0300
+++ new-fenfire-hs/fenfire.cabal	2009-10-05 18:47:56.268168834 +0300
@@ -11,7 +11,7 @@
 Category:       User Interfaces
 Stability:      alpha
 Homepage:       http://fenfire.org/
-Build-Depends:  base, HaXml, gtk > 0.9.10, mtl, unix, cairo, harp, 
+Build-Depends:  base >= 4 && < 5, HaXml, gtk > 0.9.10, mtl, unix, cairo, harp,
                 template-haskell, glib, network, HList,
                 containers >= 0.1.0.1,
                 bytestring >= 0.9.0.1,
@@ -22,12 +22,13 @@
                 syb
 Exposed-Modules: Fenfire.RDF, Raptor, Fenfire.Utils, Fenfire.Cache
 Data-Files:     data-files/logo.svg data-files/icon16.png
+Build-Type:     Custom
 
 Executable:     fenfire
 Main-Is:        Fenfire/Main.hs
 Other-Modules:  Fenfire, Fenfire.Vobs, Fenfire.RDF, Fenfire.Cache, Fenfire.Cairo, Fenfire.Utils, Raptor, FunctorSugar,
                 Fenfire.GtkFixes, Fenfire.VanishingView, Fenfire.Main
-GHC-Options:    -fglasgow-exts -hide-package haskell98 -Wall 
+GHC-Options:    -fglasgow-exts -Wall
                 -fno-warn-unused-imports -fno-warn-missing-signatures
                 -fno-warn-orphans -main-is Fenfire.Main.main
 Extra-Libraries: raptor
@@ -35,35 +36,35 @@
 Executable:     functortest
 Main-Is:        Fenfire/FunctorTest.hs
 Other-Modules:  Fenfire.FunctorTest, FunctorSugar
-GHC-Options:    -fglasgow-exts -hide-package haskell98 -Wall 
+GHC-Options:    -fglasgow-exts -Wall
                 -fno-warn-unused-imports -fno-warn-missing-signatures
                 -fno-warn-orphans -main-is Fenfire.FunctorTest.main
 
 Executable:     vobtest
 Main-Is:        Fenfire/VobTest.hs
 Other-Modules:  Fenfire.VobTest, Fenfire.Vobs, Fenfire.Cairo, Fenfire.Utils, FunctorSugar
-GHC-Options:    -fglasgow-exts -hide-package haskell98 -Wall 
+GHC-Options:    -fglasgow-exts -Wall
                 -fno-warn-unused-imports -fno-warn-missing-signatures
                 -fno-warn-orphans -main-is Fenfire.VobTest.main
 
 Executable:     frptest
 Main-Is:        Fenfire/FRP.hs
 Other-Modules:  Fenfire.FRP, Fenfire.Utils, FunctorSugar
-GHC-Options:    -fglasgow-exts -hide-package haskell98 -Wall 
+GHC-Options:    -fglasgow-exts -Wall
                 -fno-warn-unused-imports -fno-warn-missing-signatures
                 -fno-warn-orphans -main-is Fenfire.FRP.main
 
 Executable:     darcs2rdf
 Main-Is:        Fenfire/Darcs2RDF.hs
 Other-Modules:  Fenfire.Darcs2RDF, FunctorSugar
-GHC-Options:    -fglasgow-exts -hide-package haskell98 -Wall 
+GHC-Options:    -fglasgow-exts -Wall
                 -fno-warn-unused-imports -fno-warn-missing-signatures
                 -fno-warn-orphans -main-is Fenfire.Darcs2RDF.main
 
 Executable:     irc2rdf
 Main-Is:        Fenfire/Irc2RDF.hs
 Other-Modules:  Fenfire.Irc2RDF Fenfire.RDF Raptor
-GHC-Options:    -fglasgow-exts -hide-package haskell98 -Wall 
+GHC-Options:    -fglasgow-exts -Wall
                 -fno-warn-unused-imports -fno-warn-missing-signatures
                 -fno-warn-orphans -main-is Fenfire.Irc2RDF.main
 Extra-Libraries: raptor
@@ -71,7 +72,7 @@
 Executable:     irc2notetaker
 Main-Is:        Fenfire/Irc2Notetaker.hs
 Other-Modules:  Fenfire.Irc2Notetaker Fenfire.RDF
-GHC-Options:    -fglasgow-exts -hide-package haskell98 -Wall 
+GHC-Options:    -fglasgow-exts -Wall
                 -fno-warn-unused-imports -fno-warn-missing-signatures
                 -fno-warn-orphans -main-is Fenfire.Irc2Notetaker.main
 Extra-Libraries: raptor
@@ -79,7 +80,7 @@
 Executable:     latex2png
 Main-Is:        Fenfire/Latex2Png.hs
 Other-Modules:  Fenfire.Latex2Png
-GHC-Options:    -fglasgow-exts -hide-package haskell98 -Wall 
+GHC-Options:    -fglasgow-exts -Wall
                 -fno-warn-unused-imports -fno-warn-missing-signatures
                 -fno-warn-orphans -main-is Fenfire.Latex2Png.main
 




More information about the Fencommits mailing list