cabal-version: 1.12

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

name:           sliceofpy
version:        1.0.0
synopsis:       Python-ish slicing traversals for Haskell.
description:    README at <https://github.com/interosinc/sliceofpy#readme>
category:       Data, Lenses
homepage:       https://github.com/interosinc/sliceofpy#readme
bug-reports:    https://github.com/interosinc/sliceofpy/issues
author:         John Evans
maintainer:     jevans@interos.net
copyright:      2019 Interos, Inc.
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/interosinc/sliceofpy

library
  exposed-modules:
      Data.Slice.Lens
      Data.Slice.Lens.Internal
      Data.Slice.Parser
      Data.Slice.Parser.Internal
      Data.Slice.QQ
      Data.Slice.QQ.Internal
  other-modules:
      Paths_sliceofpy
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base >=4.7 && <5
    , bytestring >=0.10.8 && <0.11
    , lens >=4.17.1 && <4.18
    , process >=1.6.5 && <1.7
    , split >=0.2.3 && <0.3
    , template-haskell >=2.14.0 && <2.15
    , text >=1.2.3 && <1.3
  default-language: Haskell2010

executable gen-sliceofpy-examples
  main-is: Main.hs
  other-modules:
      Paths_sliceofpy
  hs-source-dirs:
      misc
  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base
    , bytestring >=0.10.8 && <0.11
    , lens >=4.17.1 && <4.18
    , process >=1.6.5 && <1.7
    , sliceofpy
    , split >=0.2.3 && <0.3
    , template-haskell >=2.14.0 && <2.15
    , text >=1.2.3 && <1.3
  default-language: Haskell2010

test-suite sliceofpy-test
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      Paths_sliceofpy
  hs-source-dirs:
      test
  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , bytestring >=0.10.8 && <0.11
    , containers
    , lens >=4.17.1 && <4.18
    , process >=1.6.5 && <1.7
    , sliceofpy
    , split >=0.2.3 && <0.3
    , tasty
    , tasty-hspec
    , template-haskell >=2.14.0 && <2.15
    , text >=1.2.3 && <1.3
  default-language: Haskell2010