packages feed

boundingboxes-0.2.3: boundingboxes.cabal

name:                boundingboxes
version:             0.2.3
synopsis:            A generic boundingbox for an arbitrary vector
-- description:
homepage:            https://github.com/fumieval/boundingboxes
license:             BSD3
license-file:        LICENSE
author:              Fumiaki Kinoshita
maintainer:          fumiexcel@gmail.com
copyright:           Copyright (c) 2014 Fumiaki Kinoshita
category:            Data
build-type:          Simple
-- extra-source-files:
cabal-version:       >=1.10

library
  exposed-modules:     Data.BoundingBox
  -- other-modules:
  other-extensions:    DeriveFunctor, DeriveFoldable, DeriveTraversable, DeriveDataTypeable, Rank2Types
  build-depends:       base == 4.*, lens >= 3.8 && < 5
  -- hs-source-dirs:
  default-language:    Haskell2010