cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: 70491cbde13bacee65959377ecdc4c13b58a1620aee28c84533358959d22c99d name: scroll-list version: 1.1.0.0 synopsis: This package provides functions for relocate an item within a list. description: Please see the README on GitHub at category: List homepage: https://github.com/fesanmar/scroll-list#readme bug-reports: https://github.com/fesanmar/scroll-list/issues author: Felipe Santa-Cruz maintainer: fesanmar@gmail.com copyright: 2021 Felipe Santa-Cruz license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/fesanmar/scroll-list library exposed-modules: Data.List.Scroll other-modules: Paths_scroll_list hs-source-dirs: src build-depends: base >=4.7 && <5 , extra >=1.7.9 && <2.0.0 default-language: Haskell2010 test-suite scroll-list-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_scroll_list hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , hspec , scroll-list default-language: Haskell2010