Skip to content

Commit

Permalink
Release 0.1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-D-coder committed Nov 12, 2020
1 parent aed4155 commit ff475f6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions implicit-hie.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cabal-version: 2.0
-- hash: b2b829a658e33ea328c725dea732391089d03ffd2a216d413a75d88aefa7c181

name: implicit-hie
version: 0.1.2.0
version: 0.1.2.3
description:
Auto generate a stack or cabal multi component hie.yaml file

Expand Down Expand Up @@ -48,7 +48,6 @@ library
-Wall -Wincomplete-record-updates -Wincomplete-uni-patterns
-fno-warn-unused-imports -fno-warn-unused-binds
-fno-warn-name-shadowing -fwarn-redundant-constraints
-fwrite-ide-info -hiedir=.hie

build-depends:
attoparsec >=0.13
Expand All @@ -71,7 +70,7 @@ executable gen-hie
-Wall -Wincomplete-record-updates -Wincomplete-uni-patterns
-fno-warn-unused-imports -fno-warn-unused-binds
-fno-warn-name-shadowing -fwarn-redundant-constraints -threaded
-rtsopts -with-rtsopts=-N -fwrite-ide-info -hiedir=.hie
-rtsopts -with-rtsopts=-N

build-depends:
attoparsec
Expand All @@ -96,7 +95,7 @@ test-suite implicit-hie-test
-Wall -Wincomplete-record-updates -Wincomplete-uni-patterns
-fno-warn-unused-imports -fno-warn-unused-binds
-fno-warn-name-shadowing -fwarn-redundant-constraints -threaded
-rtsopts -with-rtsopts=-N -fwrite-ide-info -hiedir=.hie
-rtsopts -with-rtsopts=-N

build-depends:
attoparsec
Expand Down

0 comments on commit ff475f6

Please sign in to comment.