cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack -- -- hash: 349f9c3d46f8f512ca5f790cdf7ab779145bf4b1e76d713d62c62f0c41f45753 name: uniq-deep version: 1.2.1 synopsis: uniq-deep description: alternative of unix uniq command. 'uniq-deep' detect repeated lines unless they are adjacent. category: Console homepage: https://github.com/ncaq/uniq-deep#readme bug-reports: https://github.com/ncaq/uniq-deep/issues author: ncaq maintainer: ncaq@ncaq.net copyright: © ncaq license: MIT license-file: LICENSE build-type: Simple source-repository head type: git location: https://github.com/ncaq/uniq-deep executable uniq-deep main-is: src/Main.hs other-modules: Paths_uniq_deep ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -O2 -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , bytestring , unordered-containers default-language: Haskell2010