minecraft-data-0.1.0.1: minecraft-data.cabal
name: minecraft-data
version: 0.1.0.1
synopsis: a DSL for generating minecraft commands and levels
description: a DSL for generating minecraft commands and levels
homepage: https://github.com/stepcut/minecraft-data
license: BSD3
license-file: LICENSE
author: jeremy@n-heptane.com
maintainer: jeremy@n-heptane.com
category: Game, Minecraft
build-type: Simple
cabal-version: >=1.10
tested-with: GHC == 7.10.2, GHC==8.0.1
source-repository head
type: git
location: https://github.com/stepcut/minecraft-data.git
library
exposed-modules: Minecraft.Anvil
Minecraft.Block
Minecraft.Chunk
Minecraft.Core
Minecraft.Command
Minecraft.Player
Minecraft.Level
other-extensions: DeriveDataTypeable, DeriveGeneric, OverloadedStrings
build-depends: array,
base >=4.8 && <4.13,
bytestring,
containers,
cereal,
pipes-bytestring,
pipes-cereal,
pipes-parse,
pipes-zlib,
pipes,
lens,
mtl,
nbt >= 0.6 && < 0.8,
text >=1.2 && <1.3,
text-show,
time,
vector,
zlib
default-language: Haskell2010