Skip to content

Commit

Permalink
Small vim test project
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcWeber authored and nominolo committed May 25, 2009
1 parent 72261c4 commit 2a7fdf3
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vim_test/Setup.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env runhaskell
import Distribution.Simple
main :: IO ()
main = defaultMain
3 changes: 3 additions & 0 deletions vim_test/src/Test.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module Test where

test = print "success"
22 changes: 22 additions & 0 deletions vim_test/vim_scion_test_project.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: vim-scion-test-project
version: 0.1
license: BSD3
license-file: LICENSE
author: Marc Weber <[email protected]>
maintainer: Marc Weber <[email protected]>
homepage: http://github.com/nominolo/scion
description: a very simple haskell project for testing the scion vim backend
synopsis: Haskell IDE library
category: Development
stability: provisional
build-type: Simple
cabal-version: >= 1.4
-- tested-with: GHC ==6.10.1
extra-source-files: README.markdown emacs/scion.el

library
build-depends: base == 4.*
hs-source-dirs: src
extensions: CPP
exposed-modules:
Test

0 comments on commit 2a7fdf3

Please sign in to comment.