packages feed

boundingboxes-0.1: boundingboxes.cabal

name:                boundingboxes
version:             0.1
synopsis:            The type for 2D bounding box
-- description:         
homepage:            https://github.com/fumieval/boundingboxes
license:             BSD3
license-file:        LICENSE
author:              Fumiaki Kinoshita
maintainer:          fumiexcel@gmail.com
-- copyright:           
category:            Data
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

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