aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-01-31 17:13:30 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-01-31 17:13:30 +0000
commit5a9e3b744584baf13c11301d05ea66250e7b4ffb (patch)
tree19579c43a9e31904be1807aa440d8154b2b55e8b
parent71ab63e0ba4acc8455d1f7aae55bfa4e89b5cdaf (diff)
downloadpandoc-5a9e3b744584baf13c11301d05ea66250e7b4ffb.tar.gz
Renamed Main.hs -> pandoc.hs.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1531 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--pandoc.cabal2
-rw-r--r--src/pandoc.hs (renamed from src/Main.hs)0
2 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 8ae6432ff..a45072c12 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -199,7 +199,7 @@ Library
Executable pandoc
Hs-Source-Dirs: src
- Main-Is: Main.hs
+ Main-Is: pandoc.hs
Ghc-Options: -O2 -Wall -threaded
Ghc-Prof-Options: -auto-all
Extensions: CPP, TemplateHaskell
diff --git a/src/Main.hs b/src/pandoc.hs
index e498b3c0a..e498b3c0a 100644
--- a/src/Main.hs
+++ b/src/pandoc.hs