Skip to content

Commit

Permalink
add bounds for neat-interpolation, remove hspec from primary deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ix committed Jan 24, 2020
1 parent 19f6213 commit 78c1191
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions lazyboy.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 2e188d37c337653022745dee05963ec9f8b6ba11462b5dd55a67f5fd0c096157
-- hash: 0f1bfcf13de578abadc849623f3f5910fd8d519306424299f65356050cb2f888

name: lazyboy
version: 0.2.2.1
Expand Down Expand Up @@ -45,8 +45,7 @@ library
build-depends:
aeson >=1.4.6 && <1.5
, base >=4.12.0 && <4.13
, hspec >=2.7.1 && <2.8
, neat-interpolation
, neat-interpolation >=0.3.2 && <0.4
, text >=1.2.3 && <1.3
, transformers >=0.5.6 && <0.6
default-language: Haskell2010
Expand All @@ -64,7 +63,7 @@ test-suite lazyboy-test
, base >=4.12.0 && <4.13
, hspec >=2.7.1 && <2.8
, lazyboy
, neat-interpolation
, neat-interpolation >=0.3.2 && <0.4
, text >=1.2.3 && <1.3
, transformers >=0.5.6 && <0.6
default-language: Haskell2010
6 changes: 3 additions & 3 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ dependencies:
- base >= 4.12.0 && < 4.13
- text >= 1.2.3 && < 1.3
- transformers >= 0.5.6 && < 0.6
- hspec >= 2.7.1 && < 2.8
- neat-interpolation
- neat-interpolation >= 0.3.2 && < 0.4

library:
source-dirs: src
Expand Down Expand Up @@ -56,4 +55,5 @@ tests:
- -rtsopts
- -with-rtsopts=-N
dependencies:
- lazyboy
- hspec >= 2.7.1 && < 2.8
- lazyboy

0 comments on commit 78c1191

Please sign in to comment.