File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1
1
module Main where
2
2
3
- import Distribution.Extra.Doctest ( defaultMainWithDoctests )
3
+ import Distribution.Simple
4
4
5
5
main :: IO ()
6
- main = defaultMainWithDoctests " doctests "
6
+ main = defaultMain
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ author: David Johnson
8
8
9
9
copyright : David Johnson (c) 2018-2020
10
10
category : Math
11
- build-type : Custom
11
+ build-type : Simple
12
12
extra-source-files : CHANGELOG.md
13
13
cabal-version : >= 1.10
14
14
description : High-level Haskell bindings to the ArrayFire General-purpose GPU library
@@ -21,12 +21,6 @@ flag disable-default-paths
21
21
default : False
22
22
manual : True
23
23
24
- custom-setup
25
- setup-depends :
26
- base < 5 ,
27
- Cabal,
28
- cabal-doctest >= 1 && < 1.1
29
-
30
24
library
31
25
exposed-modules :
32
26
ArrayFire
You can’t perform that action at this time.
0 commit comments