packages feed

htiled-0.1.4.0: htiled.cabal

Name:                htiled
Version:             0.1.4.0
Synopsis:            Import from the Tiled map editor.
Description:         Import maps from the .tmx map format generated by Tiled,
                     <http://www.mapeditor.org>.
License:             BSD3
License-file:        LICENSE
Author:              Christian Rødli Amble
Maintainer:          cra+code@cra.no
Category:            Game
Build-type:          Simple
Cabal-version:       >=1.6

Source-Repository head
  Type:              git
  Location:          git://github.com/chrra/htiled.git

Library
  Hs-Source-Dirs:    src
  Exposed-Modules:   Data.Tiled, Data.Tiled.Types, Data.Tiled.Load
  Build-depends:       base >= 4.0 && < 5.0
                     , zlib >= 0.5
                     , bytestring
                     , hxt >= 9.0
                     , base64-bytestring > 1
                     , containers >=0.4 && <0.6
                     , filepath
                     , split

  Ghc-Options:       -Wall