I1M-0.2.2: I1M.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 24c3af4ae70c0d60ee3eabece7ee11e37fc3bbc61469b04a1a8eaeb03f242cde
name: I1M
version: 0.2.2
synopsis: Code for the Haskell course taught at the University of Seville.
description: En este paquete se encuentra los códigos de las librerías
desarrolladas en el curso de
<https://www.cs.us.es/~jalonso/cursos/i1m Informatica>
de 1º del Grado en Matemáticas de la Universidad de Sevilla.
category: Education, Data Structures, Library
homepage: https://github.com/jaalonso/I1M
bug-reports: https://github.com/jaalonso/I1M/issues
author: Jose A. Alonso
maintainer: JoseA.Alonso@gmail.com
license: GPL-2
license-file: LICENSE
tested-with:
GHC==8.4.3, GHC==8.6.5, GHC==8.10.4, GHC==9.6.6
build-type: Simple
extra-source-files:
ChangeLog.md
README.org
source-repository head
type: git
location: https://github.com/jaalonso/I1M
library
exposed-modules:
I1M.Pila
I1M.Cola
I1M.ColaDePrioridad
I1M.Conjunto
I1M.Tabla
I1M.ArbolBin
I1M.Monticulo
I1M.Pol
I1M.PolOperaciones
I1M.Grafo
I1M.RecorridoEnProfundidad
I1M.RecorridoEnAnchura
I1M.DivideVenceras
I1M.BusquedaEnEspaciosDeEstados
I1M.BusquedaPrimeroElMejor
I1M.BusquedaEnEscalada
I1M.Dinamica
I1M.Analizador
other-modules:
Paths_I1M
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
QuickCheck >=2.9.2 && <2.15.1
, array >=0.5.0 && <0.5.8
, base >=4.7 && <5
default-language: Haskell2010
test-suite test
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
ArbolBinPropiedades
ColaDePrioridadPropiedades
ColaPropiedades
ConjuntoPropiedades
MonticuloPropiedades
PilaPropiedades
PolOperacionesPropiedades
PolPropiedades
TablaPropiedades
Paths_I1M
hs-source-dirs:
test
build-depends:
I1M
, base >=4.7 && <5
, tasty >=0.11 && <1.5.1
, tasty-hunit >=0.9 && <0.10.3
, tasty-quickcheck >=0.8 && <0.11
default-language: Haskell2010