mirror of
https://github.com/Avi-D-coder/implicit-hie.git
synced 2024-11-22 09:44:28 +03:00
Release 0.1.2.3
This commit is contained in:
parent
aed4155c91
commit
ff475f6bd5
@ -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
|
||||
|
||||
@ -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
|
||||
@ -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
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user