sample-frame-np-0.0.3.1: sample-frame-np.cabal
Name: sample-frame-np
Version: 0.0.3.1
License: BSD3
License-File: LICENSE
Author: Henning Thielemann <haskell@henning-thielemann.de>
Maintainer: Henning Thielemann <haskell@henning-thielemann.de>
Homepage: http://www.haskell.org/haskellwiki/Synthesizer
Package-URL: http://code.haskell.org/~thielema/sample-frame/core/
Category: Sound
Synopsis: Orphan instances for types from sample-frame and numericprelude
Description:
Orphan instances for types from @sample-frame@ package
and type classes from @numeric-prelude@.
Using this package instead defining custom orphan instances
saves you from conflicting instances.
.
This is used by packages @synthesizer@, @synthesizer-alsa@, @synthesizer-llvm@.
Tested-With: GHC==6.10.4
Cabal-Version: >=1.2
Build-Type: Simple
Flag splitBase
description: Choose the new smaller, split-up base package.
Library
Build-Depends:
sample-frame >=0.0.2 && <0.1,
numeric-prelude >= 0.2 && <0.5
If flag(splitBase)
Build-Depends:
base >= 2 && <5
Else
Build-Depends:
special-functors >= 1.0 && <1.1,
base >= 1.0 && < 2
Hs-Source-Dirs: src
GHC-Options: -Wall
Exposed-Modules:
Sound.Frame.NumericPrelude.Stereo
Other-Modules:
Sound.Frame.NumericPrelude.StereoApplicative