summaryrefslogtreecommitdiff
path: root/utils/remote-iserv/remote-iserv.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'utils/remote-iserv/remote-iserv.cabal')
-rw-r--r--utils/remote-iserv/remote-iserv.cabal19
1 files changed, 19 insertions, 0 deletions
diff --git a/utils/remote-iserv/remote-iserv.cabal b/utils/remote-iserv/remote-iserv.cabal
new file mode 100644
index 0000000000..2dc599eddb
--- /dev/null
+++ b/utils/remote-iserv/remote-iserv.cabal
@@ -0,0 +1,19 @@
+Name: remote-iserv
+Version: 8.5
+Copyright: XXX
+License: BSD3
+-- XXX License-File: LICENSE
+Author: XXX
+Maintainer: XXX
+Synopsis: iserv allows GHC to delegate Tempalte Haskell computations
+Description:
+Category: Development
+build-type: Simple
+cabal-version: >=1.10
+
+Executable remote-iserv
+ Default-Language: Haskell2010
+ Main-Is: Cli.hs
+ Hs-Source-Dirs: src
+ Build-Depends: base >= 4 && < 5,
+ libiserv == 8.5