Skip to content

Commit 9b88d8e

Browse files
committed
Make build Simple
1 parent 271f5f8 commit 9b88d8e

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

Setup.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Main where
22

3-
import Distribution.Extra.Doctest (defaultMainWithDoctests)
3+
import Distribution.Simple
44

55
main :: IO ()
6-
main = defaultMainWithDoctests "doctests"
6+
main = defaultMain

arrayfire.cabal

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: David Johnson
88
maintainer: [email protected]
99
copyright: David Johnson (c) 2018-2020
1010
category: Math
11-
build-type: Custom
11+
build-type: Simple
1212
extra-source-files: CHANGELOG.md
1313
cabal-version: >=1.10
1414
description: 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-
3024
library
3125
exposed-modules:
3226
ArrayFire

0 commit comments

Comments
 (0)