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 11module Main where
22
3- import Distribution.Extra.Doctest ( defaultMainWithDoctests )
3+ import Distribution.Simple
44
55main :: 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
88maintainer : djohnson.m@gmail.com
99copyright : David Johnson (c) 2018-2020
1010category : Math
11- build-type : Custom
11+ build-type : Simple
1212extra-source-files : CHANGELOG.md
1313cabal-version : >= 1.10
1414description : High-level Haskell bindings to the ArrayFire General-purpose GPU library
@@ -21,12 +21,6 @@ flag disable-default-paths
2121 default : False
2222 manual : True
2323
24- custom-setup
25- setup-depends :
26- base < 5 ,
27- Cabal,
28- cabal-doctest >= 1 && < 1.1
29-
3024library
3125 exposed-modules :
3226 ArrayFire
You can’t perform that action at this time.
0 commit comments