cabal-version: 2.4 name: fractionizer version: 0.17.0.0 -- A short (one-line) description of the package. synopsis: Numbers in the range [0.005, 1] as a sum of 2, 3, 4 or 5 unit fractions of special types. -- A longer description of the package. description: Inspired by the ancient Egyptian mathematics. See the ideas description and formulation in the [related draft paper.](https://www.academia.edu/100514742/Fraction_approximation_for_the_range_of_0_005_1_related_to_music_melody_composing_and_using_Haskell_and_unit_fractions) -- A URL where users can report bugs. bug-reports: -- The license under which the package is released. license: MIT author: Oleksandr-Zhabenko maintainer: oleksandr.zhabenko@yahoo.com -- A copyright notice. copyright: Oleksandr Zhabenko category: Math, Music, Sound, Language extra-source-files: CHANGELOG.md, README.md library -- main-is: Main.hs -- Modules included in this library. exposed-modules: UnitFractionsDecomposition2, EgyptianFractions -- LANGUAGE extensions used by modules in this package. other-extensions: NoImplicitPrelude, BangPatterns build-depends: base >=4.13 && < 5 -- hs-source-dirs: app default-language: Haskell2010