2024-06-10 20:34:29 -07:00
|
|
|
cabal-version: 3.0
|
2015-02-24 17:40:25 -08:00
|
|
|
name: slide-dsl
|
|
|
|
version: 0.1.0.0
|
|
|
|
-- synopsis:
|
|
|
|
-- description:
|
2024-06-10 20:34:29 -07:00
|
|
|
license: BSD-3-Clause
|
2015-02-24 17:40:25 -08:00
|
|
|
license-file: LICENSE
|
|
|
|
author: Eric Mertens
|
|
|
|
maintainer: emertens@gmail.com
|
|
|
|
-- copyright:
|
|
|
|
category: Math
|
|
|
|
build-type: Simple
|
|
|
|
-- extra-source-files:
|
|
|
|
|
|
|
|
library
|
2024-06-10 20:34:29 -07:00
|
|
|
exposed-modules: SlideRule, Scales
|
2015-02-24 17:40:25 -08:00
|
|
|
other-extensions: GeneralizedNewtypeDeriving
|
|
|
|
hs-source-dirs: src
|
|
|
|
default-language: Haskell2010
|
2024-06-10 20:34:29 -07:00
|
|
|
build-depends:
|
|
|
|
base ^>= {4.19, 4.20},
|
|
|
|
transformers ^>= 0.6,
|