packages feed

hsqml-demo-manic-0.3.5.0: hsqml-demo-manic.cabal

Name:                hsqml-demo-manic
Version:             0.3.5.0
Cabal-version:       >=1.10
Build-type:          Simple
License:             BSD3
License-file:        LICENSE
Copyright:           (c) 2014-2016 Robin KAY, (c) 2025 Sascha-Oliver Prolic
Author:              Robin KAY
Maintainer:          saschaprolic@googlemail.com
Homepage:            http://www.gekkou.co.uk/software/hsqml/
Category:            Game
Synopsis:            HsQML-based clone of Pipe Mania
Data-dir:            qml
Data-files:          *.qml *.svg
Extra-source-files:  CHANGELOG
Description:
    HsQML-based clone of Pipe Mania.

executable hsqml-manic
    Default-language: Haskell2010
    Hs-source-dirs:   src
    Main-is:          Main.hs
    Other-extensions:
        ScopedTypeVariables,
        DeriveDataTypeable,
        TypeFamilies
    Build-depends:
        base        == 4.*,
        containers  >= 0.4   && < 0.7,
        text        >= 2.0  && < 2.1,
        MonadRandom >= 0.4   && < 0.7,
        hsqml       >= 0.3.6 && < 0.4
    GHC-options: -threaded

Source-repository head
    type:     git
    location: https://github.com/prolic/hsqml-demo-manic