packages feed

Munkres-simple-0.1.0.0: Munkres-simple.cabal

name:                Munkres-simple
version:             0.1.0.0
synopsis:            Simple and typesafe layer over the Munkres package.
-- description:         
license:             BSD3
license-file:        LICENSE
author:              Josh Kirklin
maintainer:          jjvk2@cam.ac.uk
-- copyright:           
category:            Algorithms
build-type:          Simple
cabal-version:       >=1.10

library
  exposed-modules:     Data.Algorithm.Munkres.Simple

  build-depends:       base >=4.2 && <6.0, 
                       containers >=0.4 && <6.0, 
                       bimap >=0.2 && <0.3, 
                       array, 
                       Munkres >=0.1
  
  hs-source-dirs:      src
  
  default-language:    Haskell2010