[commit: packages/time] master: convert to Cabal (a352b22)
git at git.haskell.org
git at git.haskell.org
Fri Jan 23 22:53:07 UTC 2015
Repository : ssh://git@git.haskell.org/time
On branch : master
Link : http://git.haskell.org/packages/time.git/commitdiff/a352b227681d42a535e6644688fb01a27c4793f6
>---------------------------------------------------------------
commit a352b227681d42a535e6644688fb01a27c4793f6
Author: ashley <ashley at semantic.org>
Date: Thu Apr 14 00:47:06 2005 -0700
convert to Cabal
darcs-hash:20050414074706-ca2d0-8991cfdebe2d192385f7bc175995e0c0d5e1f750
>---------------------------------------------------------------
a352b227681d42a535e6644688fb01a27c4793f6
Setup.hs | 2 ++
TimeLib.cabal | 15 +++++++++++++++
2 files changed, 17 insertions(+)
diff --git a/Setup.hs b/Setup.hs
new file mode 100644
index 0000000..9a994af
--- /dev/null
+++ b/Setup.hs
@@ -0,0 +1,2 @@
+import Distribution.Simple
+main = defaultMain
diff --git a/TimeLib.cabal b/TimeLib.cabal
new file mode 100644
index 0000000..d7a8089
--- /dev/null
+++ b/TimeLib.cabal
@@ -0,0 +1,15 @@
+Name: TimeLib
+Version: 0.1
+Stability: Alpha
+-- unsure of best license
+License: AllRightsReserved
+Author: Ashley Yakeley
+Maintainer: <ashley at semantic.org>
+Homepage:
+Category:
+Build-Depends: base
+Synopsis: a new time library
+Exposed-modules: Data.Fixed, System.Time.Clock, System.Time.TAI, System.Time.Calendar
+Extensions: ForeignFunctionInterface
+C-Sources: timestuff.c
+
More information about the ghc-commits
mailing list