This repository has been archived on 2025-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
mathematical-algorithms/mathematical-algorithms.cabal
2025-03-23 12:04:54 +09:00

26 lines
657 B
Text

cabal-version: 3.0
name: mathematical-algorithms
version: 0.1.0.0
-- synopsis:
-- description:
license: BSD-3-Clause
license-file: LICENSE
author: Abastro
maintainer: abab9579@gmail.com
-- copyright:
category: Math
build-type: Simple
-- extra-doc-files: CHANGELOG.md
-- extra-source-files:
common warnings
ghc-options: -Wall
executable mathematical-algorithms
import: warnings
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.17.2.1
hs-source-dirs: app
default-language: GHC2021