Cabal revisions of ca-0.0.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: ca-version: 0.0.0.1-synopsis: Cellular Automata--- description: -license: BSD3-license-file: LICENSE-author: M Farkas-Dyck-maintainer: strake888@gmail.com--- copyright: -category: Math-build-type: Simple-cabal-version: >=1.10--library- exposed-modules: Data.Neighborhood.Hex- -- other-modules: - -- other-extensions: - build-depends: base >=4.10 && <5- , alg >=0.2.1 && <0.3- -- hs-source-dirs: - default-language: Haskell2010+name: ca +version: 0.0.0.1 +x-revision: 1 +synopsis: Cellular Automata +-- description: +license: BSD3 +license-file: LICENSE +author: M Farkas-Dyck +maintainer: strake888@gmail.com +-- copyright: +category: Math +build-type: Simple +cabal-version: >=1.10 + +library + exposed-modules: Data.Neighborhood.Hex + -- other-modules: + -- other-extensions: + build-depends: base >=4.10 && <5 + , alg >=0.2.1 && <0.3 + -- hs-source-dirs: + default-language: Haskell2010 + +source-repository head + type: git + location: https://github.com/strake/ca.hs