renamed project and created readme

This commit is contained in:
thepenguin 2022-10-26 12:46:45 +02:00
parent c50d9e35dc
commit a5c53412a6
No known key found for this signature in database
GPG Key ID: F258C8C10D060D5E
3 changed files with 9 additions and 4 deletions

5
README.org Normal file
View File

@ -0,0 +1,5 @@
#+title: otm
Org to mafiauniverse is a parser which transforms org text into forum posts for the forum mafiauniverse.
The name is pronounced like autumn.

View File

@ -22,8 +22,8 @@ useArgs ('v':_) = version >> exit
useArgs (_:xs) = useArgs xs
usage :: IO ()
usage = putStrLn "Usage: \"PENDINGNAME\" [-hv] [file]"
usage = putStrLn "Usage: otm [-hv] [file]"
version :: IO ()
version = putStrLn "\"PENDINGNAME\" 0.1"
version = putStrLn "otm 0.1"
exit :: IO a
exit = exitWith ExitSuccess

View File

@ -11,7 +11,7 @@ cabal-version: 3.4
-- http://haskell.org/cabal/users-guide/
--
-- The name of the package.
name: org-to-mafiauniverse
name: otm
-- The package version.
-- See the Haskell package versioning policy (PVP) for standards
@ -53,7 +53,7 @@ extra-doc-files: CHANGELOG.md
common warnings
ghc-options: -Wall
executable org-to-mafiauniverse
executable otm
-- Import common warning flags.
import: warnings