HTF 0.15.0.1 → 0.15.0.2
raw patch · 3 files changed
+4/−19 lines, 3 filessetup-changed
Files
- HTF.cabal +3/−8
- Setup.hs +0/−10
- stack-ghc-9.4.yaml +1/−1
HTF.cabal view
@@ -1,9 +1,9 @@ Cabal-Version: 2.0 Name: HTF-Version: 0.15.0.1+Version: 0.15.0.2 License: LGPL-2.1 License-File: LICENSE-Copyright: (c) 2005-2023 Stefan Wehr+Copyright: (c) 2005-2024 Stefan Wehr Author: Stefan Wehr Maintainer: Stefan Wehr Stability: Beta@@ -34,7 +34,7 @@ the HTF repo provides a good starting point for a project using HTF. -Build-Type: Custom+Build-Type: Simple Extra-Source-Files: README.md@@ -102,11 +102,6 @@ Source-Repository head Type: git Location: http://github.com/skogsbaer/HTF.git--Custom-Setup- Setup-Depends: base >= 4.10 && < 5,- process,- Cabal < 4 Executable htfpp Main-Is: HTFPP.hs
− Setup.hs
@@ -1,10 +0,0 @@-#!/usr/bin/runhaskell--import Distribution.Simple-import System.Process--main = defaultMainWithHooks (simpleUserHooks { preConf = preTestHook })- where- preTestHook args flags =- do system ("bash ./scripts/prepare")- preConf simpleUserHooks args flags
stack-ghc-9.4.yaml view
@@ -1,4 +1,4 @@-resolver: nightly-2023-02-23+resolver: lts-21.25 flags: {} packages: - '.'