packages feed

Cabal revisions of smash-0.1.1.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version:       2.0---name:                smash-version:             0.1.1.0-synopsis:            Smash products - like 'These', but with a unit!-description:-  Smash products are like the 'These' datatype, only with a unit. You can-  think of this type as isomorphic to 'Maybe (These a b)'.--homepage:            https://github.com/emilypi/smash-bug-reports:         https://github.com/emilypi/smash/issues-license:             BSD3-license-file:        LICENSE-author:              Emily Pillmore-maintainer:          emilypi@cohomolo.gy-copyright:           (c) 2020 Emily Pillmore <emilypi@cohomolo.gy>-category:            Data-build-type:          Simple-extra-source-files:-  CHANGELOG.md-  README.md--tested-with:-  GHC ==8.2.2 || ==8.4.3 || ==8.4.4 || ==8.6.3 || ==8.6.5 || ==8.8.3 || ==8.10.1---source-repository head-  type:     git-  location: https://github.com/emilypi/smash.git---library-  exposed-modules:     Data.Can-                     , Data.Smash-                     , Data.Wedge--  build-depends:       base        >=4.10 && <5.0-                     , bifunctors ^>=5.5-                     , binary     ^>=0.8-                     , deepseq    ^>=1.4-                     , hashable   ^>=1.3--  hs-source-dirs:      src-  default-language:    Haskell2010-  ghc-options:         -Wall---test-suite tasty-  default-language:    Haskell2010-  type:                exitcode-stdio-1.0-  hs-source-dirs:      test-  main-is:             MyLibTest.hs-  build-depends:       base >=4.10 && <5.0+cabal-version:       2.0
+
+
+name:                smash
+version:             0.1.1.0
+x-revision: 1
+synopsis:            Combinators for Maybe types
+description:
+  This package provides the calculus for pointed types, including the pointed 
+  product, Can, the pointed coproduct, Wedge, and the smash product.
+
+homepage:            https://github.com/emilypi/smash
+bug-reports:         https://github.com/emilypi/smash/issues
+license:             BSD3
+license-file:        LICENSE
+author:              Emily Pillmore
+maintainer:          emilypi@cohomolo.gy
+copyright:           (c) 2020 Emily Pillmore <emilypi@cohomolo.gy>
+category:            Data
+build-type:          Simple
+extra-source-files:
+  CHANGELOG.md
+  README.md
+
+tested-with:
+  GHC ==8.2.2 || ==8.4.3 || ==8.4.4 || ==8.6.3 || ==8.6.5 || ==8.8.3 || ==8.10.1
+
+
+source-repository head
+  type:     git
+  location: https://github.com/emilypi/smash.git
+
+
+library
+  exposed-modules:     Data.Can
+                     , Data.Smash
+                     , Data.Wedge
+
+  build-depends:       base        >=4.10 && <5.0
+                     , bifunctors ^>=5.5
+                     , binary     ^>=0.8
+                     , deepseq    ^>=1.4
+                     , hashable   ^>=1.3
+
+  hs-source-dirs:      src
+  default-language:    Haskell2010
+  ghc-options:         -Wall
+
+
+test-suite tasty
+  default-language:    Haskell2010
+  type:                exitcode-stdio-1.0
+  hs-source-dirs:      test
+  main-is:             MyLibTest.hs
+  build-depends:       base >=4.10 && <5.0