]> gitweb @ CieloNegro.org - pkg-find-outdated-cabal.git/blobdiff - Main.hs
small changes
[pkg-find-outdated-cabal.git] / Main.hs
diff --git a/Main.hs b/Main.hs
new file mode 100644 (file)
index 0000000..bb96adf
--- /dev/null
+++ b/Main.hs
@@ -0,0 +1,9 @@
+module Main (main) where
+
+import System.Directory
+
+main :: IO ()
+main = do appDir <- getAppUserDataDirectory "pkg-find-outdated-cabal"
+          createDirectoryIfMissing False appDir
+
+          putStrLn appDir