Skip to content

Commit b99bae8

Browse files
committed
fixup some stuff in streaming.cabal
1 parent 4981c6a commit b99bae8

1 file changed

Lines changed: 6 additions & 12 deletions

File tree

streaming.cabal

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,13 @@ description: This package contains two modules, <http://hackage.haskell.
186186
license: BSD3
187187
license-file: LICENSE
188188
author: michaelt
189-
maintainer: andrew.thaddeus@gmail.com, what_is_it_to_do_anything@yahoo.com
189+
maintainer: andrew.thaddeus@gmail.com, chessai1996@gmail.com
190190
stability: Experimental
191191
homepage: https://github.com/haskell-streaming/streaming
192192
bug-reports: https://github.com/haskell-streaming/streaming/issues
193193
category: Data, Pipes, Streaming
194194
extra-source-files: README.md, changelog.md
195-
tested-with: GHC ==7.10.3, GHC ==8.0.2, GHC ==8.2.2
195+
tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.2
196196

197197
source-repository head
198198
type: git
@@ -213,13 +213,7 @@ library
213213
, transformers-base < 0.5
214214
, ghc-prim
215215
, containers
216-
hs-source-dirs: src
217-
default-language: Haskell2010
218-
ghc-options:
219-
-Wall
220-
-fwarn-name-shadowing
221-
if impl(ghc >= 8.0)
222-
ghc-options:
223-
-Wincomplete-uni-patterns
224-
-Wincomplete-record-updates
225-
-Wcompat
216+
hs-source-dirs:
217+
src
218+
default-language:
219+
Haskell2010

0 commit comments

Comments
 (0)