From 879e0c7218298349b9c92e9d3362830c371ec78e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 15 May 2018 21:21:48 +0200 Subject: Switch to Scientific-math --- trivmix.cabal | 115 +++++++++++++++++++++++++++++++--------------------------- 1 file changed, 62 insertions(+), 53 deletions(-) (limited to 'trivmix.cabal') diff --git a/trivmix.cabal b/trivmix.cabal index 0cbccdb..962edd6 100644 --- a/trivmix.cabal +++ b/trivmix.cabal @@ -1,58 +1,67 @@ --- Initial trivmix.cabal generated by cabal init. For further --- documentation, see http://haskell.org/cabal/users-guide/ +name: trivmix +version: 4.0.0 +category: Sound +author: Gregor Kleen +license: PublicDomain +license-file: LICENSE +build-type: Simple +cabal-version: >= 1.10 -name: trivmix -version: 3.3.2 --- synopsis: --- description: -license: PublicDomain -license-file: LICENSE -author: Gregor Kleen -maintainer: aethoago@141.li --- copyright: -category: Sound -build-type: Simple --- extra-source-files: -cabal-version: >=1.10 +source-repository head + type: git + location: https://git.yggdrasil.li/gkleen/pub/trivmix library - hs-source-dirs: src - default-language: Haskell2010 - exposed-modules: Trivmix.Types - build-depends: base >=4.8 && <5 - , data-default >=0.5 && <1 - , case-insensitive >=1.2 && <2 - , refined >=0.1.2.1 && <1 - -executable trivmix - main-is: Trivmix.hs - -- other-modules: - -- other-extensions: - build-depends: base >=4.8 && <5 - , jack >=0.7 && <1 - , optparse-applicative >=0.11 && <1 - , directory >=1.2 && <2 - , filepath >=1.3 && <2 - , unix >=2.7 && <3 - , hinotify >=0.3 && <1 - , transformers >=0.3 && <1 - , explicit-exception >=0.1 && <1 - , process >=1.2 && <2 - , filelock >=0.1 && <1 - , systemd >=1.1.2 && <2 - , heredoc >=0.2.0.0 && <1 - , refined >=0.1.2.1 && <1 - , trivmix - hs-source-dirs: trivmix - default-language: Haskell2010 - ghc-options: -threaded + exposed-modules: + Trivmix.Types + other-modules: + Data.Scientific.Lift + Paths_trivmix + hs-source-dirs: + src + build-depends: + base >=4.8 && <5 + , case-insensitive >=1.2 && <2 + , data-default >=0.5 && <1 + , refined >=0.1.2.1 && <1 + , scientific >=0.3.6.2 && <1 + , th-lift >=0.7.10 && <1 + default-language: Haskell2010 executable adjmix - main-is: Adjmix.hs - build-depends: base >=4.8 && <5 - , optparse-applicative >=0.11 && <1 - , filepath >=1.3 && <2 - , filelock >=0.1 && <1 - , trivmix - hs-source-dirs: adjmix - default-language: Haskell2010 + main-is: Adjmix.hs + other-modules: + Paths_trivmix + hs-source-dirs: + adjmix + build-depends: + base >=4.8 && <5 + , filelock >=0.1 && <1 + , filepath >=1.3 && <2 + , optparse-applicative >=0.11 && <1 + , trivmix + default-language: Haskell2010 + +executable trivmix + main-is: Trivmix.hs + other-modules: + Paths_trivmix + hs-source-dirs: + trivmix + build-depends: + base >=4.8 && <5 + , directory >=1.2 && <2 + , explicit-exception >=0.1 && <1 + , filelock >=0.1 && <1 + , filepath >=1.3 && <2 + , heredoc >=0.2.0.0 && <1 + , hinotify >=0.3 && <1 + , jack >=0.7 && <1 + , optparse-applicative >=0.11 && <1 + , process >=1.2 && <2 + , refined >=0.1.2.1 && <1 + , systemd >=1.1.2 && <2 + , transformers >=0.3 && <1 + , trivmix + , unix >=2.7 && <3 + default-language: Haskell2010 -- cgit v1.2.3