packages feed

Cabal revisions of Munkres-simple-0.1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-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-  +name:                Munkres-simple
+version:             0.1.0.0
+x-revision: 1
+synopsis:            Simple and typesafe layer over the Munkres package.
+description:         Simple and typesafe layer over the Munkres package.
+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
+