Skip to content

Commit

Permalink
Update from Hackage at 2020-08-31T23:12:51Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Aug 31, 2020
1 parent fe0ef30 commit a91f6a2
Show file tree
Hide file tree
Showing 2 changed files with 223 additions and 0 deletions.
222 changes: 222 additions & 0 deletions hie-bios/0.7.1/hie-bios.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,222 @@
Cabal-Version: 2.2
Name: hie-bios
Version: 0.7.1
Author: Matthew Pickering <matthewtpickering@gmail.com>
Maintainer: Matthew Pickering <matthewtpickering@gmail.com>
License: BSD-3-Clause
License-File: LICENSE
Homepage: https://github.com/mpickering/hie-bios
Synopsis: Set up a GHC API session
Description: Set up a GHC API session and obtain flags required to compile a source file

Category: Development
Build-Type: Simple
-- No glob syntax until GHC 8.6 because of stack
Extra-Source-Files: ChangeLog.md
README.md
wrappers/cabal
wrappers/cabal.hs
tests/configs/*.yaml
tests/projects/symlink-test/a/A.hs
tests/projects/symlink-test/hie.yaml
tests/projects/multi-direct/A.hs
tests/projects/multi-direct/B.hs
tests/projects/multi-direct/hie.yaml
tests/projects/multi-cabal/app/Main.hs
tests/projects/multi-cabal/cabal.project
tests/projects/multi-cabal/hie.yaml
tests/projects/multi-cabal/multi-cabal.cabal
tests/projects/multi-cabal/src/Lib.hs
tests/projects/monorepo-cabal/cabal.project
tests/projects/monorepo-cabal/hie.yaml
tests/projects/monorepo-cabal/A/Main.hs
tests/projects/monorepo-cabal/A/A.cabal
tests/projects/monorepo-cabal/B/MyLib.hs
tests/projects/monorepo-cabal/B/B.cabal
tests/projects/multi-stack/app/Main.hs
tests/projects/multi-stack/cabal.project
tests/projects/multi-stack/hie.yaml
tests/projects/multi-stack/multi-stack.cabal
tests/projects/multi-stack/src/Lib.hs
tests/projects/failing-bios/A.hs
tests/projects/failing-bios/B.hs
tests/projects/failing-bios/hie.yaml
tests/projects/failing-bios-ghc/A.hs
tests/projects/failing-bios-ghc/B.hs
tests/projects/failing-bios-ghc/hie.yaml
tests/projects/failing-cabal/failing-cabal.cabal
tests/projects/failing-cabal/hie.yaml
tests/projects/failing-cabal/MyLib.hs
tests/projects/failing-stack/failing-stack.cabal
tests/projects/failing-stack/hie.yaml
tests/projects/failing-stack/src/Lib.hs
tests/projects/nested-cabal/nested-cabal.cabal
tests/projects/nested-cabal/cabal.project
tests/projects/nested-cabal/hie.yaml
tests/projects/nested-cabal/MyLib.hs
tests/projects/nested-cabal/sub-comp/sub-comp.cabal
tests/projects/nested-cabal/sub-comp/Lib.hs
tests/projects/nested-stack/nested-stack.cabal
tests/projects/nested-stack/hie.yaml
tests/projects/nested-stack/MyLib.hs
tests/projects/nested-stack/sub-comp/sub-comp.cabal
tests/projects/nested-stack/sub-comp/Lib.hs
tests/projects/simple-bios/A.hs
tests/projects/simple-bios/B.hs
tests/projects/simple-bios/hie-bios.sh
tests/projects/simple-bios/hie-bios-deps.sh
tests/projects/simple-bios/hie.yaml
tests/projects/simple-bios-ghc/A.hs
tests/projects/simple-bios-ghc/B.hs
tests/projects/simple-bios-ghc/hie-bios.sh
tests/projects/simple-bios-ghc/hie.yaml
tests/projects/simple-bios-shell/A.hs
tests/projects/simple-bios-shell/B.hs
tests/projects/simple-bios-shell/hie.yaml
tests/projects/simple-cabal/A.hs
tests/projects/simple-cabal/B.hs
tests/projects/simple-cabal/cabal.project
tests/projects/simple-cabal/hie.yaml
tests/projects/simple-cabal/simple-cabal.cabal
tests/projects/simple-direct/A.hs
tests/projects/simple-direct/B.hs
tests/projects/simple-direct/hie.yaml
tests/projects/simple-stack/A.hs
tests/projects/simple-stack/B.hs
tests/projects/simple-stack/cabal.project
tests/projects/simple-stack/hie.yaml
tests/projects/simple-stack/simple-stack.cabal
"tests/projects/space stack/A.hs"
"tests/projects/space stack/B.hs"
"tests/projects/space stack/hie.yaml"
"tests/projects/space stack/stackproj.cabal"
tests/projects/implicit-cabal/cabal.project
tests/projects/implicit-cabal/implicit-cabal.cabal
tests/projects/implicit-cabal/Main.hs
tests/projects/implicit-cabal-no-project/implicit-cabal-no-project.cabal
tests/projects/implicit-cabal-no-project/Main.hs
tests/projects/implicit-cabal-deep-project/README
tests/projects/implicit-cabal-deep-project/implicit-cabal-deep-project.cabal
tests/projects/implicit-cabal-deep-project/Main.hs
tests/projects/implicit-cabal-deep-project/cabal.project
tests/projects/implicit-cabal-deep-project/foo/foo.cabal
tests/projects/implicit-cabal-deep-project/foo/Main.hs
tests/projects/implicit-stack/implicit-stack.cabal
tests/projects/implicit-stack/Main.hs
tests/projects/implicit-stack-multi/implicit-stack-multi.cabal
tests/projects/implicit-stack-multi/Main.hs
tests/projects/implicit-stack-multi/other-package/other-package.cabal
tests/projects/implicit-stack-multi/other-package/Main.hs
tests/projects/multi-stack-with-yaml/appA/appA.cabal
tests/projects/multi-stack-with-yaml/appA/src/Lib.hs
tests/projects/multi-stack-with-yaml/appB/appB.cabal
tests/projects/multi-stack-with-yaml/appB/src/Lib.hs
tests/projects/multi-stack-with-yaml/hie.yaml
tests/projects/stack-with-yaml/app/Main.hs
tests/projects/stack-with-yaml/hie.yaml
tests/projects/stack-with-yaml/stack-with-yaml.cabal
tests/projects/stack-with-yaml/src/Lib.hs

tested-with: GHC==8.10.1, GHC==8.8.3, GHC==8.6.5, GHC==8.4.4

Library
Default-Language: Haskell2010
GHC-Options: -Wall
HS-Source-Dirs: src
Exposed-Modules: HIE.Bios
HIE.Bios.Config
HIE.Bios.Cradle
HIE.Bios.Environment
HIE.Bios.Internal.Debug
HIE.Bios.Flags
HIE.Bios.Types
HIE.Bios.Internal.Log
HIE.Bios.Ghc.Api
HIE.Bios.Ghc.Check
HIE.Bios.Ghc.Doc
HIE.Bios.Ghc.Gap
HIE.Bios.Ghc.Load
HIE.Bios.Ghc.Logger
HIE.Bios.Wrappers
Other-Modules: Paths_hie_bios
autogen-modules: Paths_hie_bios
Build-Depends:
base >= 4.8 && < 5,
aeson >= 1.4.1 && < 2,
base16-bytestring >= 0.1.1 && < 0.2,
bytestring >= 0.10.8 && < 0.11,
deepseq >= 1.4.3 && < 1.5,
containers >= 0.5.10 && < 0.7,
cryptohash-sha1 >= 0.11.100 && < 0.12,
directory >= 1.3.0 && < 1.4,
filepath >= 1.4.1 && < 1.5,
time >= 1.8.0 && < 1.10,
extra >= 1.6.14 && < 1.8,
process >= 1.6.1 && < 1.7,
ghc >= 8.4.1 && < 8.11,
transformers >= 0.5.2 && < 0.6,
temporary >= 1.2 && < 1.4,
text >= 1.2.3 && < 1.3,
unix-compat >= 0.5.1 && < 0.6,
unordered-containers >= 0.2.9 && < 0.3,
vector >= 0.12.0 && < 0.13,
yaml >= 0.8.32 && < 0.12,
hslogger >= 1.2 && < 1.4,
file-embed >= 0.0.11 && < 1,
conduit >= 1.3 && < 2,
conduit-extra >= 1.3 && < 2


Executable hie-bios
Default-Language: Haskell2010
Main-Is: Main.hs
Other-Modules: Paths_hie_bios
GHC-Options: -Wall
HS-Source-Dirs: exe
Build-Depends: base >= 4.9 && < 5
, directory
, filepath
, ghc
, hie-bios

test-suite parser-tests
type: exitcode-stdio-1.0
default-language: Haskell2010
build-depends:
base,
filepath,
hie-bios,
hspec-expectations,
tasty,
tasty-hunit,
text,
unordered-containers,
yaml

hs-source-dirs: tests/
ghc-options: -threaded -Wall
main-is: ParserTests.hs

test-suite bios-tests
type: exitcode-stdio-1.0
default-language: Haskell2010
build-depends:
base,
extra,
tasty,
tasty-hunit,
tasty-expected-failure,
hspec-expectations,
hie-bios,
filepath,
directory,
temporary,
ghc

hs-source-dirs: tests/
ghc-options: -threaded -Wall
main-is: BiosTests.hs

Source-Repository head
Type: git
Location: git://github.com/mpickering/hie-bios.git
1 change: 1 addition & 0 deletions hie-bios/0.7.1/hie-bios.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"046b6ebc872d11f06d0f22ecaf214077","Skein512_512":"d7466f75ecd2e387cfc3a86e543f7759028ef474697ecb460b8edf29e6d09dd61b82b124af043966c0c831117a4dd4f97b525e5c366a9c0d9d98e90e057d7f36","SHA1":"e3708bd45185314f13b1dcaed28ba3d3bd99bb8f","SHA512":"eef2cdc18ce17cae1d0ee62f2a0c70daf28ecdb618388178f1dec4cece61dd9262f46d37dc138317cc209e7119fdb52090a990f04108a2aa7e6097c87ce66060","SHA256":"88565149e354d7e91aaf3251124e574822a4758e11246f9adde0e8b51ac9f301"},"package-locations":["https://hackage.haskell.org/package/hie-bios-0.7.1/hie-bios-0.7.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hie-bios-0.7.1.tar.gz"],"package-size":49551}

0 comments on commit a91f6a2

Please sign in to comment.