summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Manenti2022-12-27 19:11:02 +0100
committerAndrea Manenti2022-12-27 19:11:02 +0100
commite0b0a8afb6b3d602f0ad7322513f5045f492c1aa (patch)
treea5f970fdb7b24e6adf2338019ddd7d01f6dfa4e4
parentff6c5935771430f023b2c0edd8ceb72a7917f842 (diff)
downloadaur-ihaskell-git.tar.gz
added conflicts
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e98c00047ad..2849e664d2af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -33,6 +33,7 @@ pkgbase = ihaskell-git
depends = haskell-utf8-string
depends = haskell-vector
depends = jupyterlab
+ conflicts = ihaskell
source = git+https://github.com/gibiansky/IHaskell
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 626524f0d7fc..20580adccc2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-base64-bytestring' 'haskell-cmdargs
'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector' 'jupyterlab')
makedepends=('git' 'ghc' 'haskell-hunit' 'haskell-here' 'haskell-hspec' 'haskell-hspec-contrib'
'haskell-raw-strings-qq' 'haskell-setenv' 'ghc-static')
-conflicts=()
+conflicts=('ihaskell')
source=("git+https://github.com/gibiansky/IHaskell")
sha256sums=('SKIP')