[Elminate some errors about ".cabal" Kazutaka Matsuda **20100705055503 Ignore-this: fae33f1f901a7c4217a4f48e24a510 ] move ./combined_b18n.cabal ./b18n-combined.cabal hunk ./Makefile 1 -TARGET = combined_b18n +TARGET = b18n-combined hunk ./b18n-combined.cabal 1 --- combined_b18n.cabal auto-generated by cabal init. For additional +-- b18n-combined.cabal auto-generated by cabal init. For additional hunk ./b18n-combined.cabal 5 -Name: combined_b18n +Name: b18n-combined hunk ./b18n-combined.cabal 13 -Synopsis: Prototype Implementation of "Combining Syntatic and Semantic Bidirectionalization" (ICFP'10) +Synopsis: Prototype Implementation of Combining Syntatic and Semantic Bidirectionalization (ICFP'10) hunk ./b18n-combined.cabal 16 -Description: This is a prototype implementation of the idea presented in -"Combining Syntatic and Semantic Bidirectionalization" by Janis Voigtlaender, Zhenjiang Hu, Kazutaka Matsuda and Meng Wang. +Description: This is a prototype implementation of the idea presented + in Combining Syntatic and Semantic Bidirectionalization + by Janis Voigtlaender, Zhenjiang Hu, Kazutaka Matsuda + and Meng Wang. hunk ./b18n-combined.cabal 25 -License-file: LICENSE +-- License-file: LICENSE hunk ./b18n-combined.cabal 49 -Executable combined_b18n +Executable b18n-combined hunk ./b18n-combined.cabal 54 - Build-depends: pretty, parsec + Build-depends: base (>=4), mtl, template-haskell, containers, pretty, parsec