From c39adc71c66d34fa2833f122869623ee943c84e4 Mon Sep 17 00:00:00 2001 From: iko Date: Sat, 21 Sep 2019 20:06:37 +0300 Subject: [PATCH] Fixed weeder (#4) * Fixed weeder * removed generated cabal file --- .gitignore | 1 + package.yaml | 2 +- semi-iso.cabal | 44 -------------------------------------------- 3 files changed, 2 insertions(+), 45 deletions(-) delete mode 100644 semi-iso.cabal diff --git a/.gitignore b/.gitignore index 4c9e245..3a9d99a 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ cabal.project.local cabal.project.local~ .HTF/ .ghc.environment.* +*.cabal diff --git a/package.yaml b/package.yaml index 5b3e240..04994f2 100644 --- a/package.yaml +++ b/package.yaml @@ -20,7 +20,6 @@ description: Please see the README on GitHub at = 4.7 && < 5 - profunctors -- transformers - lens - semigroupoids @@ -33,6 +32,7 @@ library: - Control.Category.Reader - Control.Category.Structures - Data.Profunctor.Exposed + - Control.Tuple.Morph ghc-options: - -Wall - -Wincomplete-uni-patterns diff --git a/semi-iso.cabal b/semi-iso.cabal deleted file mode 100644 index 046e655..0000000 --- a/semi-iso.cabal +++ /dev/null @@ -1,44 +0,0 @@ -cabal-version: 1.12 - --- This file has been generated from package.yaml by hpack version 0.31.2. --- --- see: https://github.com/sol/hpack --- --- hash: 9fe627e0673c25d1622d6bbc274fa58649b56cc4796f5b740e346f1496b40f1a - -name: semi-iso -version: 0.1.0.0 -description: Please see the README on GitHub at -homepage: https://github.com/ilyakooo0/semi-iso-optics#readme -bug-reports: https://github.com/ilyakooo0/semi-iso-optics/issues -author: Ilya Kostyuchenko -maintainer: ilyakooo0@gmail.com -copyright: 2019 Ilya Kostyuchenko, 2014 Paweł Nowak -license: MIT -license-file: LICENSE -build-type: Simple - -source-repository head - type: git - location: https://github.com/ilyakooo0/semi-iso-optics - -library - exposed-modules: - Control.Lens.SemiIso - Control.Lens.Internal.SemiIso - Control.SIArrow - Control.Category.Reader - Control.Category.Structures - Data.Profunctor.Exposed - other-modules: - Paths_semi_iso - hs-source-dirs: - src - ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wpartial-fields -Werror=missing-home-modules -Wmissing-home-modules -Widentities -Wredundant-constraints -Wmissing-export-lists - build-depends: - base >=4.7 && <5 - , lens - , profunctors - , semigroupoids - , transformers - default-language: Haskell2010