packages feed

magico-0.0: magico.cabal

Name:                magico
Version:             0.0
Synopsis:            Compute solutions for Magico puzzle
Description:
  Compute solutions for Magico puzzle:
  <http://www.spectra-verlag.de/SID=96asni2sdrq0m0u98bd7qshij6/shopneu/start.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
  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:
    hmatrix >=0.16 && <0.17,
    transformers >=0.3 && <0.4,
    utility-ht >=0.0 && <0.1,
    base >=4.5 && <4.6
  Hs-Source-Dirs:      src
  Default-Language:    Haskell2010