-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsobolev-spaces.cabal
32 lines (30 loc) · 1.16 KB
/
sobolev-spaces.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
-- Initial sobolev-spaces.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: sobolev-spaces
version: 0.1.0.0
synopsis: Smooth, square-integrable functions with compact support
-- description:
homepage: https://github.com/leftaroundabout/sobolev-spaces
license: GPL-3
license-file: LICENSE
author: Justus Sagemüller
maintainer: (@) jsagemue $ uni-koeln.de
-- copyright:
category: Math
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Math.FunctionalAnalysis.L2Function.R1
-- other-modules:
-- other-extensions:
build-depends: base >=4.8 && <4.9,
containers,
vector >= 0.10,
vector-space >= 0.9 && < 0.12,
vector-fftw >= 0.1 && < 0.2,
free-vector-spaces >= 0.1 && < 0.3,
data-default,
microlens
-- hs-source-dirs:
default-language: Haskell2010