Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
88 changes: 46 additions & 42 deletions hpack-convert.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
-- This file has been generated from package.yaml by hpack version 0.17.0.
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: c177f04ff11824d1344862168c32a92ce98a8ae69febcb00668765c763a3988e

name: hpack-convert
version: 1.0.1
Expand All @@ -12,8 +16,6 @@ maintainer: Pedro Tacla Yamada <tacla.yamada@gmail.com>
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10

extra-source-files:
./test/data/cabal-init-minimal.cabal
./test/data/cabal-init-minimal.cabal.yaml
Expand Down Expand Up @@ -60,22 +62,22 @@ library
src
ghc-options: -Wall -fcontext-stack=100
build-depends:
base >= 4.7 && < 5
, base-compat >= 0.8
, Cabal >= 1.22
, pretty
Cabal
, Glob
, aeson
, base
, base-compat
, bytestring
, containers
, deepseq
, directory
, filepath
, Glob
, pretty
, split
, text
, containers
, unordered-containers >= 0.2.7.1
, yaml
, bytestring
, unordered-containers
, vector
, aeson
, split
, yaml
exposed-modules:
Hpack.Convert
other-modules:
Expand All @@ -99,22 +101,22 @@ executable hpack-convert
src
ghc-options: -Wall -fcontext-stack=100
build-depends:
base >= 4.7 && < 5
, base-compat >= 0.8
, Cabal >= 1.22
, pretty
Cabal
, Glob
, aeson
, base
, base-compat
, bytestring
, containers
, deepseq
, directory
, filepath
, Glob
, pretty
, split
, text
, containers
, unordered-containers >= 0.2.7.1
, yaml
, bytestring
, unordered-containers
, vector
, aeson
, split
, yaml
other-modules:
Hpack
Hpack.Config
Expand All @@ -127,6 +129,7 @@ executable hpack-convert
Hpack.Run
Hpack.Util
Hpack.Yaml
Paths_hpack_convert
default-language: Haskell2010

test-suite spec
Expand All @@ -138,28 +141,28 @@ test-suite spec
ghc-options: -Wall -fcontext-stack=100
cpp-options: -DTEST
build-depends:
base >= 4.7 && < 5
, base-compat >= 0.8
, Cabal >= 1.22
, pretty
Cabal
, Glob
, QuickCheck
, aeson
, aeson-qq
, base
, base-compat
, bytestring
, containers
, deepseq
, directory
, filepath
, Glob
, text
, containers
, unordered-containers >= 0.2.7.1
, yaml
, bytestring
, vector
, aeson
, hspec ==2.*
, interpolate
, mockery >=0.3
, pretty
, split
, hspec == 2.*
, QuickCheck
, temporary
, mockery >= 0.3
, interpolate
, aeson-qq
, text
, unordered-containers
, vector
, yaml
other-modules:
Helper
Hpack.ConfigSpec
Expand All @@ -182,4 +185,5 @@ test-suite spec
Hpack.Run
Hpack.Util
Hpack.Yaml
Paths_hpack_convert
default-language: Haskell2010
9 changes: 4 additions & 5 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ extra-source-files:
- ./test/data/**/*

dependencies:
- base >= 4.7 && < 5
- base-compat >= 0.8
- Cabal >= 1.22
- base
- base-compat
- Cabal
- pretty
- deepseq
- directory
- filepath
- Glob
- text
- containers
- unordered-containers >= 0.2.7.1
- unordered-containers
- yaml
- bytestring
- vector
Expand All @@ -30,7 +30,6 @@ dependencies:

library:
source-dirs: src
dependencies:
exposed-modules:
- Hpack.Convert

Expand Down
4 changes: 3 additions & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
flags: {}

packages:
- '.'
- .

extra-deps: []
resolver: lts-8.13
12 changes: 12 additions & 0 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file was autogenerated by Stack.
# You should not edit this file by hand.
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files

packages: []
snapshots:
- completed:
size: 514891
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/8/13.yaml
sha256: 3f5895e269aba0d6df16bab41870937b7565532dd8ab5aef3e56ba621d8b70f9
original: lts-8.13