diff --git a/ContArrow.cabal b/ContArrow.cabal
new file mode 100644
--- /dev/null
+++ b/ContArrow.cabal
@@ -0,0 +1,16 @@
+Name: ContArrow
+Version: 0.0.1
+License: LGPL
+Maintainer: Evgeny Jukov <masloed@gmail.com>
+Author: Evgeny Jukov
+Stability: Alpha
+Copyright: Copyright (c) 2007 Evgeny Jukov
+license-file: COPYRIGHT
+Homepage: http://macode.sourceforge.net
+Synopsis: Control.Arrow.Transformer.Cont
+description: Control.Arrow.Transformer.Cont
+Category: Data
+Hs-Source-Dirs: src
+Exposed-Modules: Control.Arrow.Transformer.Cont
+Build-Depends: base, arrows
+GHC-Options: -O2
diff --git a/Setup.hs b/Setup.hs
new file mode 100644
--- /dev/null
+++ b/Setup.hs
@@ -0,0 +1,5 @@
+#!/usr/bin/env runhaskell
+
+import Distribution.Simple
+
+main = defaultMainWithHooks defaultUserHooks
