Skip to content

Commit

Permalink
Starting up halsa package.
Browse files Browse the repository at this point in the history
darcs-hash:20070605113031-ea354-02873d43d4d8d699cac4235c66c91f53fccaf8ec.gz
  • Loading branch information
bringert committed Jun 5, 2007
0 parents commit 4129138
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Setup.lhs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env runghc

> module Main where

> import Distribution.Simple

> main :: IO ()
> main = defaultMain
12 changes: 12 additions & 0 deletions halsa.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Name: halsa
Version: 0.1
Copyright: Bjorn Bringert
Maintainer: bjorn@bringert.net
Author: Bjorn Bringert
License: BSD3
build-depends: base
Extensions: ForeignFunctionInterface
Synopsis: Binding to the ALSA Library API.
Ghc-options:
Exposed-Modules: Sound.ALSA
Other-modules: Sound.ALSA.C2HS

0 comments on commit 4129138

Please sign in to comment.