Cabal revisions of focuslist-0.1.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: focuslist-version: 0.1.0.1-synopsis: Lists with a focused element-description: Please see <https://github.com/cdepillabout/focuslist#readme README.md>.-homepage: https://github.com/cdepillabout/focuslist-license: BSD3-license-file: LICENSE-author: Dennis Gosnell and Grendel-Grendel-Grendel-maintainer: cdep.illabout@gmail.com-copyright: 2017-2018 Dennis Gosnell-category: Text-build-type: Custom-cabal-version: 1.12-extra-source-files: README.md- , CHANGELOG.md--custom-setup- setup-depends: base- , Cabal- , cabal-doctest >=1.0.2 && <1.1---- This flag builds the example from the README.md file. It is only used for--- testing. It should be enabled for CI.-flag buildreadme- description: Build the example from the README.md file. This- is normally only used for testing.- default: False--library- hs-source-dirs: src- exposed-modules: Data.FocusList- build-depends: base >= 4.9 && < 5- , containers >= 0.5.8- , lens- , mono-traversable- , QuickCheck- default-language: Haskell2010- ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates--test-suite focuslist-doctests- type: exitcode-stdio-1.0- main-is: DocTest.hs- -- other-modules: Build_doctests- hs-source-dirs: test- build-depends: base- , doctest- , QuickCheck- , template-haskell- default-language: Haskell2010- ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N--test-suite focuslist-test- type: exitcode-stdio-1.0- main-is: Test.hs- hs-source-dirs: test- other-modules: Test.FocusList- , Test.FocusList.Invariants- build-depends: base- , focuslist- , genvalidity-containers- , genvalidity-hspec- , hedgehog- , lens- , QuickCheck- , tasty- , tasty-hedgehog- , tasty-hspec- default-language: Haskell2010- ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -threaded -rtsopts -with-rtsopts=-N--executable focuslist-readme- main-is: README.lhs- hs-source-dirs: test/readme- build-depends: base- , focuslist- , markdown-unlit- ghc-options: -pgmL markdown-unlit- default-language: Haskell2010-- if flag(buildreadme)- buildable: True- else- buildable: False---source-repository head- type: git- location: https://github.com/cdepillabout/focuslist/---- benchmark termonad-bench--- type: exitcode-stdio-1.0--- main-is: Bench.hs--- hs-source-dirs: bench--- build-depends: base--- , criterion--- , termonad--- default-language: Haskell2010--- ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N--source-repository head- type: git- location: git@github.com:cdepillabout/focuslist.git-+name: focuslist +version: 0.1.0.1 +x-revision: 1 +synopsis: Lists with a focused element +description: Please see <https://github.com/cdepillabout/focuslist#readme README.md>. +homepage: https://github.com/cdepillabout/focuslist +license: BSD3 +license-file: LICENSE +author: Dennis Gosnell and Grendel-Grendel-Grendel +maintainer: cdep.illabout@gmail.com +copyright: 2017-2018 Dennis Gosnell +category: Text +build-type: Custom +cabal-version: 1.12 +extra-source-files: README.md + , CHANGELOG.md + +custom-setup + setup-depends: base + , Cabal + , cabal-doctest >=1.0.2 && <1.1 + +-- This flag builds the example from the README.md file. It is only used for +-- testing. It should be enabled for CI. +flag buildreadme + description: Build the example from the README.md file. This + is normally only used for testing. + default: False + +library + hs-source-dirs: src + exposed-modules: Data.FocusList + build-depends: base >= 4.9 && < 5 + , containers >= 0.5.8 && < 5.9 + , lens >= 4.16 && < 4.18 + , mono-traversable >= 1.0.9.0 && < 1.1 + , QuickCheck >= 2.11.3 && < 2.12 + default-language: Haskell2010 + ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates + +test-suite focuslist-doctests + type: exitcode-stdio-1.0 + main-is: DocTest.hs + -- other-modules: Build_doctests + hs-source-dirs: test + build-depends: base + , doctest + , QuickCheck + , template-haskell + default-language: Haskell2010 + ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N + +test-suite focuslist-test + type: exitcode-stdio-1.0 + main-is: Test.hs + hs-source-dirs: test + other-modules: Test.FocusList + , Test.FocusList.Invariants + build-depends: base + , focuslist + , genvalidity-containers >= 0.5 && < 0.6 + , genvalidity-hspec >= 0.6.2.1 && < 0.6.3 + , hedgehog >= 0.6.1 && < 0.6.2 + , lens + , QuickCheck + , tasty >= 1.2 && <= 1.3 + , tasty-hedgehog >= 0.2 && < 0.2.1 + , tasty-hspec >= 1.1.5.1 && < 1.2 + default-language: Haskell2010 + ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -threaded -rtsopts -with-rtsopts=-N + +executable focuslist-readme + main-is: README.lhs + hs-source-dirs: test/readme + build-depends: base + , focuslist + , markdown-unlit + ghc-options: -pgmL markdown-unlit + default-language: Haskell2010 + + if flag(buildreadme) + buildable: True + else + buildable: False + +source-repository head + type: git + location: https://github.com/cdepillabout/focuslist/ + +-- benchmark termonad-bench +-- type: exitcode-stdio-1.0 +-- main-is: Bench.hs +-- hs-source-dirs: bench +-- build-depends: base +-- , criterion +-- , termonad +-- default-language: Haskell2010 +-- ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N + +source-repository head + type: git + location: git@github.com:cdepillabout/focuslist.git +
revision 2
name: focuslist +x-revision: 2 version: 0.1.0.1 -x-revision: 1 synopsis: Lists with a focused element description: Please see <https://github.com/cdepillabout/focuslist#readme README.md>. homepage: https://github.com/cdepillabout/focuslist hs-source-dirs: src exposed-modules: Data.FocusList build-depends: base >= 4.9 && < 5 - , containers >= 0.5.8 && < 5.9 - , lens >= 4.16 && < 4.18 - , mono-traversable >= 1.0.9.0 && < 1.1 - , QuickCheck >= 2.11.3 && < 2.12 + , containers >= 0.5.8 + , lens >= 4.16 + , mono-traversable + , QuickCheck >= 2.11.3 default-language: Haskell2010 ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates , Test.FocusList.Invariants build-depends: base , focuslist - , genvalidity-containers >= 0.5 && < 0.6 - , genvalidity-hspec >= 0.6.2.1 && < 0.6.3 - , hedgehog >= 0.6.1 && < 0.6.2 + , genvalidity-containers >= 0.5 + , genvalidity-hspec >= 0.6 + , hedgehog >= 0.6.1 , lens , QuickCheck - , tasty >= 1.2 && <= 1.3 - , tasty-hedgehog >= 0.2 && < 0.2.1 - , tasty-hspec >= 1.1.5.1 && < 1.2 + , tasty >= 1.1 + , tasty-hedgehog >= 0.2 + , tasty-hspec >= 1.1 default-language: Haskell2010 ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -threaded -rtsopts -with-rtsopts=-N else buildable: False + source-repository head type: git location: https://github.com/cdepillabout/focuslist/ source-repository head type: git location: git@github.com:cdepillabout/focuslist.git -