[move haskell 98 package to yaml config
John Meacham <john@repetae.net>**20120123101458
 Ignore-this: 3808a9dded02b677a19bf7575f1a5364
] move ./lib/haskell98/haskell98.cabal ./lib/haskell98/haskell98.yaml
hunk ./Makefile.am 228
-haskell98-1.0.hl: lib/haskell98/haskell98.cabal base-1.0.hl
-	./jhc $(LIB_OPTIONS) -ilib/haskell98 -pjhc -pbase --build-hl $< -o $@
+haskell98-1.0.hl: lib/haskell98/haskell98.yaml base-1.0.hl
+	./jhc $(LIB_OPTIONS) --build-hl $< -o $@
hunk ./Makefile.am 306
-haskell98-1.0.hl: lib/haskell98/haskell98.cabal lib/haskell98/System.hs lib/haskell98/List.hs lib/haskell98/Time.hs \
+haskell98-1.0.hl: lib/haskell98/haskell98.yaml lib/haskell98/System.hs lib/haskell98/List.hs lib/haskell98/Time.hs \
hunk ./lib/haskell98/haskell98.yaml 1
-name:		haskell98
-version:	1.0
-license:	BSD3
-license-file:	LICENSE
-synopsis:	Compatibility with Haskell 98
-homepage:	http://www.haskell.org/definition/
-build-depends:	base
-exposed-modules:
-	-- Haskell 98 (Prelude and Numeric are re-exported)
-	Prelude, Numeric, Array, CPUTime, Char, Complex, Directory, IO, Ix, List, Locale,
-	Maybe, Monad, Random, Ratio, System, Time,
+name: 	haskell98
+version: 1.0
+options:        --noauto
+build-depends: [ base, jhc ]
+hs-source-dir: .
+exposed-modules: [ Prelude, Numeric, Array, CPUTime, Char, Complex, Directory, IO, Ix, List, Locale, Maybe, Monad, Random, Ratio, System, Time ]
hunk ./src/Ho/Build.hs 723
+                    ++ [ "-p" ++ x | x <- mfield "build-depends" ]