packages feed

impossible 1.1.3 → 1.1.4

raw patch · 1 files changed

+10/−9 lines, 1 filesdep ~basenew-uploader

Dependency ranges changed: base

Files

impossible.cabal view
@@ -1,11 +1,13 @@--- This file has been generated from package.yaml by hpack version 0.20.0.+cabal-version: 1.12++-- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack ----- hash: c7027f06d1658e96417452646cf6b9bf8a456d53f82a7e106971406b1df4909a+-- hash: 35f00554bbe2688e0d96c8f4b16684869fa31a90d07ea9d1ad0092184902c6d2  name:           impossible-version:        1.1.3+version:        1.1.4 synopsis:       Set of data and type definitions of impossible types. Impossible types are useful when declaring type classes / type families instances that should not be expanded by GHC until a specific type is provided in order to keep the types nice and readable. category:       Data stability:      experimental@@ -17,18 +19,17 @@ license:        Apache-2.0 license-file:   LICENSE build-type:     Simple-cabal-version:  >= 1.10  library+  exposed-modules:+      Data.Impossible+  other-modules:+      Paths_impossible   hs-source-dirs:       src   default-extensions: AllowAmbiguousTypes ApplicativeDo BangPatterns BinaryLiterals ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse DuplicateRecordFields EmptyDataDecls FlexibleContexts FlexibleInstances FunctionalDependencies GeneralizedNewtypeDeriving InstanceSigs LambdaCase MonadComprehensions MultiWayIf NamedWildCards NegativeLiterals NoImplicitPrelude NumDecimals OverloadedLabels PackageImports QuasiQuotes PatternSynonyms RankNTypes RecursiveDo ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeFamilyDependencies TypeOperators UnicodeSyntax ViewPatterns LiberalTypeSynonyms RelaxedPolyRec   ghc-options: -Wall -O2   build-depends:-      base >=4.10 && <4.12+      base >=4.9 && <4.13     , lens-  exposed-modules:-      Data.Impossible-  other-modules:-      Paths_impossible   default-language: Haskell2010