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

name:                world
version:             0
synopsis:            cabal install world
-- description:         
license:             LGPL-2.1
license-file:        LICENSE
author:              HVR
maintainer:          hvr@gnu.org
-- copyright:           
-- category:            
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

library
  -- exposed-modules:     
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.8 && <4.9
  -- hs-source-dirs:      
  default-language:    Haskell2010