packages feed

magico-0.0.2: magico.cabal

Name:                magico
Version:             0.0.2
Synopsis:            Compute solutions for Magico puzzle
Description:
  Compute solutions for Magico puzzle:
  <http://www.spectra-verlag.de/oesterreich/SID=0/shopneu/lernspiel/lern7.php3>
Homepage:            http://hub.darcs.net/thielema/magico
License:             BSD3
License-File:        LICENSE
Author:              Henning Thielemann
Maintainer:          haskell@henning-thielemann.de
Category:            Math
Build-Type:          Simple
Cabal-Version:       >=1.10

Source-Repository this
  Tag:         0.0.2
  Type:        darcs
  Location:    http://hub.darcs.net/thielema/magico

Source-Repository head
  Type:        darcs
  Location:    http://hub.darcs.net/thielema/magico

Executable magico
  Main-is:             Main.hs
  Build-Depends:
    lapack >=0.2.2 && <0.3,
    comfort-array >=0.3.1 && <0.4,
    transformers >=0.3 && <0.6,
    utility-ht >=0.0.11 && <0.1,
    base >=4.5 && <5
  Hs-Source-Dirs:      src
  Default-Language:    Haskell2010
  GHC-Options:         -Wall