Cabal revisions of peano-0.1.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: peano-version: 0.1.0.1-synopsis: Peano numbers-license: OtherLicense-license-file: LICENSE-author: M Farkas-Dyck-maintainer: strake888@gmail.com-category: Data, Math-build-type: Simple-cabal-version: >=1.9.2--library- exposed-modules: Data.Peano- extensions: DeriveDataTypeable- build-depends: base >=4.7 && <4.9+name: peano +version: 0.1.0.1 +x-revision: 1 +synopsis: Peano numbers +license: OtherLicense +license-file: LICENSE +author: M Farkas-Dyck +maintainer: strake888@gmail.com +category: Data, Math +build-type: Simple +cabal-version: >=1.9.2 + +library + exposed-modules: Data.Peano + extensions: DeriveDataTypeable + build-depends: base >=4.7 && <4.10
revision 2
name: peano version: 0.1.0.1 -x-revision: 1 +x-revision: 2 synopsis: Peano numbers license: OtherLicense license-file: LICENSE library exposed-modules: Data.Peano extensions: DeriveDataTypeable - build-depends: base >=4.7 && <4.10 + build-depends: base >=4.7 && <5
revision 3
name: peano version: 0.1.0.1 -x-revision: 2 +x-revision: 3 synopsis: Peano numbers license: OtherLicense license-file: LICENSE exposed-modules: Data.Peano extensions: DeriveDataTypeable build-depends: base >=4.7 && <5 + +source-repository head + type: git + location: https://github.com/strake/peano.hs