packages feed

hs-tags 0.1.5.1 → 0.1.5.2

raw patch · 9 files changed

+35/−3 lines, 9 filesnew-uploader

Files

CHANGELOG.md view
@@ -2,6 +2,10 @@  Version history. +## 0.1.5.2 (2021-09-10)++- Support GHC 8.10.7.+ ## 0.1.5.1 Andreas Abel 2021-08-22  - fixed #3: correctly obtain GHC's libdir
hs-tags.cabal view
@@ -1,5 +1,5 @@ name:            hs-tags-version:         0.1.5.1+version:         0.1.5.2 cabal-version:   >= 1.10 build-type:      Simple license:         MIT@@ -22,12 +22,19 @@   GHC == 8.4.4   GHC == 8.6.5   GHC == 8.8.4-  GHC == 8.10.4+  GHC == 8.10.7   GHC == 9.0.1  extra-source-files:   CHANGELOG.md   README.md+  stack-8.0.2.yaml+  stack-8.2.2.yaml+  stack-8.4.4.yaml+  stack-8.6.5.yaml+  stack-8.8.4.yaml+  stack-8.10.7.yaml+  stack-9.0.1.yaml  source-repository head   type:     git@@ -36,7 +43,7 @@ source-repository this   type:     git   location: https://github.com/agda/hs-tags.git-  tag:      v0.1.5.1+  tag:      v0.1.5.2  executable hs-tags   main-is:          Main.hs
+ stack-8.0.2.yaml view
@@ -0,0 +1,3 @@+resolver: lts-9.21+compiler: ghc-8.0.2+compiler-check: match-exact
+ stack-8.10.7.yaml view
@@ -0,0 +1,3 @@+resolver: lts-18.9+compiler: ghc-8.10.7+compiler-check: match-exact
+ stack-8.2.2.yaml view
@@ -0,0 +1,3 @@+resolver: lts-11.22+compiler: ghc-8.2.2+compiler-check: match-exact
+ stack-8.4.4.yaml view
@@ -0,0 +1,3 @@+resolver: lts-12.26+compiler: ghc-8.4.4+compiler-check: match-exact
+ stack-8.6.5.yaml view
@@ -0,0 +1,3 @@+resolver: lts-14.27+compiler: ghc-8.6.5+compiler-check: match-exact
+ stack-8.8.4.yaml view
@@ -0,0 +1,3 @@+resolver: lts-16.26+compiler: ghc-8.8.4+compiler-check: match-exact
+ stack-9.0.1.yaml view
@@ -0,0 +1,3 @@+resolver: nightly-2021-08-19+compiler: ghc-9.0.1+compiler-check: match-exact