diff options
author | fozworth <> | 2020-04-05 01:11:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2020-04-05 01:11:00 (GMT) |
commit | 33f64d3353584bace8ec6e437c70f24b19459aea (patch) | |
tree | 7d85ba08bb7691e005ede41d3660726d72c1a467 | |
parent | 7092518b88485077b375f77f3f4814d72de6010a (diff) |
version 1.1.161.1.16
-rw-r--r-- | LICENSE.markdown | 2 | ||||
-rw-r--r-- | autoexporter.cabal | 14 | ||||
-rw-r--r-- | package.yaml | 6 | ||||
-rw-r--r-- | stack.yaml | 2 |
4 files changed, 12 insertions, 12 deletions
diff --git a/LICENSE.markdown b/LICENSE.markdown index 58f3f50..3e8956e 100644 --- a/LICENSE.markdown +++ b/LICENSE.markdown @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Taylor Fausak +Copyright (c) 2020 Taylor Fausak Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/autoexporter.cabal b/autoexporter.cabal index 3ec054c..9b4c7ab 100644 --- a/autoexporter.cabal +++ b/autoexporter.cabal @@ -1,13 +1,13 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.31.0. +-- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- --- hash: 4fa32db9ef6ee238c2d30fcffa7e48b8dcea993f0fb5d7959896c35631d81538 +-- hash: 984d7105fe5e1e9e1d0a652367e133918b821d074ea7d914f171334af3c402b4 name: autoexporter -version: 1.1.15 +version: 1.1.16 synopsis: Automatically re-export modules. description: Autoexporter automatically re-exports modules. category: Utility @@ -36,8 +36,8 @@ library library ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe build-depends: - Cabal >=1.24.0 && <1.25 || >=2.0.1 && <2.5 || >=3.0.0 && <3.1 - , base >=4.9.0 && <4.14 + Cabal >=1.24.0 && <1.25 || >=2.0.1 && <2.5 || >=3.0.0 && <3.3 + , base >=4.9.0 && <4.15 , directory >=1.2.6 && <1.4 , filepath >=1.4.1 && <1.5 default-language: Haskell2010 @@ -50,9 +50,9 @@ executable autoexporter executables ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe build-depends: - Cabal >=1.24.0 && <1.25 || >=2.0.1 && <2.5 || >=3.0.0 && <3.1 + Cabal >=1.24.0 && <1.25 || >=2.0.1 && <2.5 || >=3.0.0 && <3.3 , autoexporter - , base >=4.9.0 && <4.14 + , base >=4.9.0 && <4.15 , directory >=1.2.6 && <1.4 , filepath >=1.4.1 && <1.5 default-language: Haskell2010 diff --git a/package.yaml b/package.yaml index e881513..31e5c39 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: autoexporter -version: 1.1.15 +version: 1.1.16 category: Utility description: Autoexporter automatically re-exports modules. @@ -15,8 +15,8 @@ maintainer: Taylor Fausak synopsis: Automatically re-export modules. dependencies: - base: '>= 4.9.0 && < 4.14' - Cabal: '>= 1.24.0 && < 1.25 || >= 2.0.1 && < 2.5 || >= 3.0.0 && < 3.1' + base: '>= 4.9.0 && < 4.15' + Cabal: '>= 1.24.0 && < 1.25 || >= 2.0.1 && < 2.5 || >= 3.0.0 && < 3.3' directory: '>= 1.2.6 && < 1.4' filepath: '>= 1.4.1 && < 1.5' ghc-options: @@ -1 +1 @@ -resolver: lts-13.0 +resolver: lts-15.4 |