From 0d51cfd64b5483883266d19add7763bbdd298652 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 6 Mar 2020 09:30:55 +0000 Subject: Change build to simple --- verismith.cabal | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/verismith.cabal b/verismith.cabal index e88d3df..99605c2 100644 --- a/verismith.cabal +++ b/verismith.cabal @@ -1,5 +1,5 @@ name: verismith -version: 1.0.0.0 +version: 1.0.0.1 synopsis: Random verilog generation and simulator testing. description: Verismith provides random verilog generation modules @@ -11,7 +11,7 @@ author: Yann Herklotz maintainer: yann [at] yannherklotz [dot] com copyright: 2018-2020 Yann Herklotz category: Hardware -build-type: Custom +build-type: Simple cabal-version: >=1.10 extra-source-files: README.md , examples/*.v @@ -29,12 +29,6 @@ source-repository this location: https://github.com/ymherklotz/verismith tag: v1.0.0.0 -custom-setup - setup-depends: - base >= 4 && <5, - cabal-doctest >= 1 && <1.1, - Cabal >= 1.10 && <2.5 - library hs-source-dirs: src default-language: Haskell2010 -- cgit