Skip to content

Commit

Permalink
Synchronized with Hackage
Browse files Browse the repository at this point in the history
  • Loading branch information
Taneb committed Dec 13, 2012
1 parent b89bf64 commit 53605cd
Show file tree
Hide file tree
Showing 4 changed files with 461 additions and 0 deletions.
24 changes: 24 additions & 0 deletions LICENSE
@@ -0,0 +1,24 @@
Copyright (c) 2012, Nathan "Taneb" van Doorn
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of the <organization> nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL NATHAN "TANEB" VAN DOORN BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2 changes: 2 additions & 0 deletions Setup.hs
@@ -0,0 +1,2 @@
import Distribution.Simple
main = defaultMain
28 changes: 28 additions & 0 deletions family-tree.cabal
@@ -0,0 +1,28 @@
name: family-tree
version: 0.2
cabal-version: >= 1.2
build-type: Simple
author: Nathan "Taneb" van Doorn
maintainer: nvd1234@gmail.com
stability: Unstable
synopsis: Family trees with lenses

description: This is a module for the manipulation of family trees.
category: Genealogy, Data
copyright: (c) 2012 Nathan "Taneb" van Doorn
license: BSD3
license-file: LICENSE

library
hs-source-dirs: src
build-depends:
base >= 4 && < 5,
text < 0.12,
containers >= 0.4.2 && < 0.6,
unordered-containers < 0.3,
time < 2,
data-lens < 3,
binary < 0.6
ghc-options: -Wall
exposed-modules: Data.FamilyTree

0 comments on commit 53605cd

Please sign in to comment.