packages feed

Baggins-1.0: Baggins.cabal

-- Initial Manhattan.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                Baggins
version:             1.0
synopsis:            Tools for self-assembly
-- description:         
homepage:            http://pageperso.lif.univ-mrs.fr/~pierreetienne.meunier/Baggins
license:             GPL-3
license-file:        LICENSE
author:              Pierre-Etienne Meunier
maintainer:          pierre-etienne.meunier@lif.univ-mrs.fr
-- copyright:           
category:            Math
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

library
  exposed-modules:     Math.SelfAssembly.Baggins
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.6 && <4.7,cairo,containers,mtl>=2
  -- hs-source-dirs:      
  default-language:    Haskell2010