mirror of
https://github.com/The1Penguin/org-to-mafiauniverse.git
synced 2024-11-22 10:18:12 +00:00
renamed project and created readme
This commit is contained in:
parent
c50d9e35dc
commit
a5c53412a6
5
README.org
Normal file
5
README.org
Normal 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.
|
@ -22,8 +22,8 @@ useArgs ('v':_) = version >> exit
|
|||||||
useArgs (_:xs) = useArgs xs
|
useArgs (_:xs) = useArgs xs
|
||||||
|
|
||||||
usage :: IO ()
|
usage :: IO ()
|
||||||
usage = putStrLn "Usage: \"PENDINGNAME\" [-hv] [file]"
|
usage = putStrLn "Usage: otm [-hv] [file]"
|
||||||
version :: IO ()
|
version :: IO ()
|
||||||
version = putStrLn "\"PENDINGNAME\" 0.1"
|
version = putStrLn "otm 0.1"
|
||||||
exit :: IO a
|
exit :: IO a
|
||||||
exit = exitWith ExitSuccess
|
exit = exitWith ExitSuccess
|
||||||
|
@ -11,7 +11,7 @@ cabal-version: 3.4
|
|||||||
-- http://haskell.org/cabal/users-guide/
|
-- http://haskell.org/cabal/users-guide/
|
||||||
--
|
--
|
||||||
-- The name of the package.
|
-- The name of the package.
|
||||||
name: org-to-mafiauniverse
|
name: otm
|
||||||
|
|
||||||
-- The package version.
|
-- The package version.
|
||||||
-- See the Haskell package versioning policy (PVP) for standards
|
-- See the Haskell package versioning policy (PVP) for standards
|
||||||
@ -53,7 +53,7 @@ extra-doc-files: CHANGELOG.md
|
|||||||
common warnings
|
common warnings
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
|
|
||||||
executable org-to-mafiauniverse
|
executable otm
|
||||||
-- Import common warning flags.
|
-- Import common warning flags.
|
||||||
import: warnings
|
import: warnings
|
||||||
|
|
Loading…
Reference in New Issue
Block a user