Skip to content

Commit

Permalink
Reconfigured project
Browse files Browse the repository at this point in the history
More in line with hierarchical module structure; better cabal file with fewer auto-generated comments.
  • Loading branch information
acfoltzer committed Jul 31, 2011
1 parent d5ce702 commit 3aa179b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 49 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1 @@
*~
File renamed without changes.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2010, Adam C. Foltzer Copyright (c) 2010-2011, Adam C. Foltzer


All rights reserved. All rights reserved.


Expand Down
53 changes: 5 additions & 48 deletions NBT.cabal
Original file line number Original file line Diff line number Diff line change
@@ -1,57 +1,14 @@
-- NBT.cabal auto-generated by cabal init. For additional options, see Name: nbt
-- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr. Version: 0.2
-- The name of the package. Synopsis: A parser/serializer for Minecraft's Named Binary Tag (NBT) data format.
Name: NBT Homepage: http://github.com/acfoltzer/nbt

-- The package version. See the Haskell package versioning policy
-- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
-- standards guiding when and how versions should be incremented.
Version: 0.1

-- A short (one-line) description of the package.
Synopsis: NBT API for Haskell

-- A longer description of the package.
-- Description:

-- The license under which the package is released.
License: BSD3 License: BSD3

-- The file containing the license text.
License-file: LICENSE License-file: LICENSE

-- The package author(s).
Author: Adam C. Foltzer Author: Adam C. Foltzer

-- An email address to which users can send suggestions, bug reports,
-- and patches.
Maintainer: acfoltzer@gmail.com Maintainer: acfoltzer@gmail.com

-- A copyright notice.
-- Copyright:

Category: Data Category: Data

Build-type: Simple Build-type: Simple

-- Extra files to be distributed with the package, such as examples or
-- a README.
-- Extra-source-files:

-- Constraint on the version of Cabal needed to build this package.
Cabal-version: >=1.2 Cabal-version: >=1.2



Library Library
-- Modules exported by the library. Exposed-modules: Data.NBT
-- Exposed-modules:

-- Packages needed in order to build this package.
-- Build-depends:

-- Modules not exported by this package.
-- Other-modules:

-- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
-- Build-tools:

0 comments on commit 3aa179b

Please sign in to comment.