diff --git a/implicit-hie.cabal b/implicit-hie.cabal index 0c495fb..0eeec0b 100644 --- a/implicit-hie.cabal +++ b/implicit-hie.cabal @@ -4,7 +4,7 @@ cabal-version: 2.0 -- -- see: https://github.com/sol/hpack -- --- hash: 18f92037a7863d121ac45e847f7dc6177adf0ebc7951dfa1588340f86e64456b +-- hash: b2b829a658e33ea328c725dea732391089d03ffd2a216d413a75d88aefa7c181 name: implicit-hie version: 0.1.0.0 @@ -18,6 +18,7 @@ maintainer: avi.the.coder@gmail.com copyright: 2020 license: BSD3 license-file: LICENSE +tested-with: GHC==8.8.3 build-type: Simple extra-source-files: README.md diff --git a/stack.yaml b/stack.yaml index a69498e..92c77ab 100644 --- a/stack.yaml +++ b/stack.yaml @@ -17,7 +17,7 @@ # # resolver: ./custom-snapshot.yaml # resolver: https://example.com/snapshots/2018-01-01.yaml -resolver: lts-15.9 +resolver: lts-15.14 # User packages to be built. # Various formats can be used as shown in the example below.